com.bowstreet.webapp.util
Class TerminateProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.bowstreet.webapp.util.TerminateProcessingException
All Implemented Interfaces:
java.io.Serializable

public class TerminateProcessingException
extends java.lang.RuntimeException

Special exception used to indicate that an error handler would like the rest of the request's processing to be terminated.

See Also:
Serialized Form

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

TerminateProcessingException

public TerminateProcessingException()
Method Detail

isTerminationException

public static boolean isTerminationException(java.lang.Throwable ex)
Determine if the specified Throwable should terminate processing. Checks for the Throwable being an instance of TerminateProcessingException, or wrapping one indirectly.



Copyright © 2009 IBM. All Rights Reserved.