org.sape.carboncontrib.exception
Class InvalidConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sape.carbon.core.exception.BaseRuntimeException
org.sape.carboncontrib.exception.InvalidConfigurationException
- All Implemented Interfaces:
- org.sape.carbon.core.exception.Exceptionable, Serializable
- public class InvalidConfigurationException
- extends org.sape.carbon.core.exception.BaseRuntimeException
Thrown when one or more configuration values are found to be erroneous.
- See Also:
- Serialized Form
Fields inherited from class org.sape.carbon.core.exception.BaseRuntimeException |
delegatedException |
Fields inherited from class java.lang.Throwable |
|
Method Summary |
org.sape.carbon.core.util.classify.SeverityEnum |
getSeverity()
|
Methods inherited from class org.sape.carbon.core.exception.BaseRuntimeException |
getCause, getExceptionSource, getMessage, toString |
InvalidConfigurationException
public InvalidConfigurationException(Class sourceClass,
String message)
- Creates a InvalidConfigurationException.
- Parameters:
sourceClass
- the class where this exception was thrownmessage
- a message describing the reason for this exception
InvalidConfigurationException
public InvalidConfigurationException(Class sourceClass,
String message,
Throwable cause)
- Creates a InvalidConfigurationException.
- Parameters:
sourceClass
- the class where this exception was thrownmessage
- a message describing the reason for this exceptioncause
- the exception that caused this failure
getSeverity
public org.sape.carbon.core.util.classify.SeverityEnum getSeverity()
- See Also:
Exceptionable.getSeverity()
Copyright 2003 Sapient Corporation. All Rights Reserved.