com.seventytwomiles.architecturerules.exceptions
Class InvalidConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.seventytwomiles.architecturerules.exceptions.InvalidConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class InvalidConfigurationException
extends java.lang.RuntimeException

RuntimeException that is thrown when a configuration is invalid. A configuraiton could be invalid for a number of reasons but happens most regularly in the creation of Rules.

Author:
mikenereson
See Also:
Exception, Serialized Form

Constructor Summary
InvalidConfigurationException()
           
InvalidConfigurationException(java.lang.String message)
           
InvalidConfigurationException(java.lang.String message, java.lang.Throwable cause)
           
InvalidConfigurationException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidConfigurationException

public InvalidConfigurationException()
See Also:
RuntimeException.RuntimeException()

InvalidConfigurationException

public InvalidConfigurationException(java.lang.String message)
See Also:
RuntimeException.RuntimeException(String)

InvalidConfigurationException

public InvalidConfigurationException(java.lang.String message,
                                     java.lang.Throwable cause)
See Also:
RuntimeException.RuntimeException(String,Throwable)

InvalidConfigurationException

public InvalidConfigurationException(java.lang.Throwable cause)
See Also:
RuntimeException.RuntimeException(Throwable)


Copyright © 2007. All Rights Reserved.