com.seventytwomiles.architecturerules.exceptions
Class InvalidConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
configuration could be invalid for a number of reasons but happens most
regularly in the creation of Rules.
- Author:
- mikenereson
- See Also:
Exception,
Serialized
Form
| 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 |
InvalidConfigurationException
public InvalidConfigurationException()
- See Also:
RuntimeException.RuntimeException()
InvalidConfigurationException
public InvalidConfigurationException(java.lang.String message)
- See Also:
RuntimeException.RuntimeException(String)
InvalidConfigurationException
public InvalidConfigurationException(java.lang.Throwable cause)
- See Also:
RuntimeException.RuntimeException(Throwable)
InvalidConfigurationException
public InvalidConfigurationException(java.lang.String message,
java.lang.Throwable cause)
- See Also:
RuntimeException.RuntimeException(String,Throwable)
Copyright © 2008. All Rights Reserved.