|
Expresso 5-6 | ||||||||||
| 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.jcorporate.expresso.kernel.exception.ChainedException
com.jcorporate.expresso.core.controller.NonHandleableException
Exception thrown by ErrorHandler itself, and by some parts of ControllerServlet. Generally, the ErrorHandler controller is called to deal with errors, but if it has an error itself, or ControllerServlet has an error while trying to call it, we can't just call ErrorHandler to deal with it :-), so we throw this Exception to indicate that ErrorHandler should not be called.
| Constructor Summary | |
NonHandleableException()
Constructor |
|
NonHandleableException(String s)
Constructor |
|
NonHandleableException(String s,
Throwable t)
Constructor |
|
NonHandleableException(Throwable t)
Constructor |
|
| Methods inherited from class com.jcorporate.expresso.kernel.exception.ChainedException |
getErrorNumber, getMessage, getNested, omitPackages, 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 NonHandleableException()
public NonHandleableException(String s)
s - Error message
public NonHandleableException(String s,
Throwable t)
s - Error messaget - Nested exceptionpublic NonHandleableException(Throwable t)
t - Nested exception
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||