|
||||||||||
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
Configuration exception. Thrown when a wrong configuration resource was specified or if it contains an invalid entry. parsing of wrong configuration entries.
Constructor Summary | |
InvalidConfigurationException(java.lang.String configResource)
|
|
InvalidConfigurationException(java.lang.String configResource,
java.lang.String message)
|
Method Summary | |
java.lang.String |
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 InvalidConfigurationException(java.lang.String configResource)
public InvalidConfigurationException(java.lang.String configResource, java.lang.String message)
Method Detail |
public java.lang.String getConfigResource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |