|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bowstreet.webapp.util.TerminateProcessingException
public class TerminateProcessingException
Special exception used to indicate that an error handler would like the rest of the request's processing to be terminated.
Constructor Summary | |
---|---|
TerminateProcessingException()
|
Method Summary | |
---|---|
static boolean |
isTerminationException(java.lang.Throwable ex)
Determine if the specified Throwable should terminate processing. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TerminateProcessingException()
Method Detail |
---|
public static boolean isTerminationException(java.lang.Throwable ex)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |