org.cdlib.xtf.servletBase
Class RedirectException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by GeneralException
                  extended by RedirectException
All Implemented Interfaces:
Serializable

public class RedirectException
extends GeneralException

This exception is thrown when the an HTTP redirect has been requested. We use it as a mechanism to pop out of Saxon and abort stylesheet processing.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class GeneralException
attribs
 
Constructor Summary
RedirectException(String message)
          Constructor that only takes a 'message'.
 
Method Summary
 boolean isSevere()
          This particular exception isn't really severe enough to log
 
Methods inherited from class GeneralException
set
 
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

RedirectException

public RedirectException(String message)
Constructor that only takes a 'message'.

Parameters:
message - Message describing cause of this exception.
Method Detail

isSevere

public boolean isSevere()
This particular exception isn't really severe enough to log

Overrides:
isSevere in class GeneralException