|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception net.smartlab.config.ConfigurationException
public class ConfigurationException
Thrown to indicate the configuration tree scanning or querying has failed. Possibile reasons are dependant by the concrete configuration implementation.
Constructor Summary | |
---|---|
ConfigurationException()
Instantiates the class. |
|
ConfigurationException(java.lang.String message)
Instantiates the class with a message. |
|
ConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Instantiates the class with a message and cause. |
|
ConfigurationException(java.lang.Throwable cause)
Instantiates the class with a 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 |
---|
public ConfigurationException()
public ConfigurationException(java.lang.String message)
message
- a description of the exception.public ConfigurationException(java.lang.Throwable cause)
cause
- the originating cause.public ConfigurationException(java.lang.String message, java.lang.Throwable cause)
message
- a description of the exception.cause
- the originating cause.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |