|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Exception
ServletException
UnhandledException
public class UnhandledException
ServletException derivative thrown when an exception occurred during action processing, and the exception was not handled by any exception handler. This wrapper is used to prevent any outer try/catch blocks from re-processing the exception.
Constructor Summary | |
---|---|
UnhandledException(Throwable baseCause)
|
Method Summary |
---|
Methods inherited from class ServletException |
---|
getRootCause |
Methods inherited from class Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnhandledException(Throwable baseCause)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |