|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Exception
RuntimeException
GeneralException
RedirectException
public class RedirectException
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.
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 |
---|
public RedirectException(String message)
message
- Message describing cause of this exception.Method Detail |
---|
public boolean isSevere()
isSevere
in class GeneralException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |