com.seventytwomiles.architecturerules.exceptions
Class InvalidConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.seventytwomiles.architecturerules.exceptions.ArchitectureException
com.seventytwomiles.architecturerules.exceptions.InvalidConfigurationException
- All Implemented Interfaces:
- Serializable
public class InvalidConfigurationException
- extends ArchitectureException
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:
ArchitectureException,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidConfigurationException
public InvalidConfigurationException()
- See Also:
RuntimeException.RuntimeException()
InvalidConfigurationException
public InvalidConfigurationException(String message)
- See Also:
RuntimeException.RuntimeException(String)
InvalidConfigurationException
public InvalidConfigurationException(Throwable cause)
- See Also:
RuntimeException.RuntimeException(Throwable)
InvalidConfigurationException
public InvalidConfigurationException(String message,
Throwable cause)
- See Also:
RuntimeException.RuntimeException(String,Throwable)
Copyright © 2007-2008. All Rights Reserved.