|
||||||||||
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 | +--org.edg.data.util.DataException | +--org.edg.data.util.InvalidConfigurationException | +--org.edg.data.reptor.ConfigurationException
Exception thrown if there was an error in the configuration file.
Constructor Summary | |
ConfigurationException(java.lang.String option,
java.lang.String reason)
Constructs a ConfigurationException . |
|
ConfigurationException(java.lang.String option,
java.lang.String reason,
java.lang.String comment)
Constructs a ConfigurationException . |
Methods inherited from class org.edg.data.util.InvalidConfigurationException |
getConfigResource |
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(java.lang.String option, java.lang.String reason)
ConfigurationException
.
option
- The configuration option that is affected.reason
- The cause of the error.public ConfigurationException(java.lang.String option, java.lang.String reason, java.lang.String comment)
ConfigurationException
.
option
- The configuration option that is affected.reason
- The cause of the error.comment
- Additional comment that may indicate a
resolution of the problem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |