|
||||||||||
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 | +--javax.servlet.ServletException | +--org.infohazard.maverick.flow.ConfigException
Exception which indicates a failure during configuration of Maverick.
Constructor Summary | |
ConfigException()
|
|
ConfigException(java.lang.String message)
|
|
ConfigException(java.lang.String message,
java.lang.Throwable rootCause)
|
|
ConfigException(java.lang.Throwable rootCause)
|
Methods inherited from class javax.servlet.ServletException |
getRootCause |
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 ConfigException()
public ConfigException(java.lang.String message)
public ConfigException(java.lang.String message, java.lang.Throwable rootCause)
public ConfigException(java.lang.Throwable rootCause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |