|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.anthonyeden.lib.ChainedException
com.anthonyeden.lib.config.ConfigurationException
Exception thrown when there is an error while reading, writing or manipulating Configurations.
| Constructor Summary | |
ConfigurationException(java.lang.String message)
Construct a ConfigurationException with the given message. |
|
ConfigurationException(java.lang.String message,
Configuration configuration)
Construct a ConfigurationException with the given message. |
|
ConfigurationException(java.lang.String message,
java.lang.Throwable t)
Construct a ConfigurationException with the given message. |
|
ConfigurationException(java.lang.String message,
java.lang.Throwable t,
Configuration configuration)
Construct a ConfigurationException with the given message and nested error. |
|
ConfigurationException(java.lang.Throwable t)
Construct a ConfigurationException with the given message. |
|
ConfigurationException(java.lang.Throwable t,
Configuration configuration)
Construct a ConfigurationException with the given nested error. |
|
| Method Summary | |
java.lang.String |
getMessage()
Overrides the Throwable.getMessage() method and adds additional configuration location information if it is available. |
| Methods inherited from class com.anthonyeden.lib.ChainedException |
getNestedError, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ConfigurationException(java.lang.String message)
message - The messagepublic ConfigurationException(java.lang.Throwable t)
t - The Throwable
public ConfigurationException(java.lang.String message,
java.lang.Throwable t)
message - The message
public ConfigurationException(java.lang.String message,
Configuration configuration)
message - The messageconfiguration - The Configuration object
public ConfigurationException(java.lang.Throwable t,
Configuration configuration)
t - The nested errorconfiguration - The Configuration object
public ConfigurationException(java.lang.String message,
java.lang.Throwable t,
Configuration configuration)
message - The messaget - The nested errorconfiguration - The Configuration| Method Detail |
public java.lang.String getMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||