java.lang.Objectorg.apache.struts.chain.commands.ActionCommandBase
org.apache.struts.chain.commands.ExceptionCatcher
All Implemented Interfaces:
org.apache.commons.chain.Filter, ActionCommand
Intercept any exception thrown by a subsequent Command in
this processing chain, and fire the configured exception handler chain
after storing the exception that has occurred into the
Context.
$ - Rev: 471754 $ $Date: 2005-11-12 13:01:44 -0500 (Sat, 12 Nov 2005)
$| Method from org.apache.struts.chain.commands.ExceptionCatcher Summary: |
|---|
| execute, getCatalogName, getExceptionCommand, lookupExceptionCommand, postprocess, setCatalogName, setExceptionCommand |
| Methods from org.apache.struts.chain.commands.ActionCommandBase: |
|---|
| execute, execute |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.struts.chain.commands.ExceptionCatcher Detail: |
|---|
Clear any existing stored exception and pass the
|
Return the name of the |
Return the name of the command to be executed if an exception occurs. |
Return the command to be executed if an exception occurs. |
If an exception was thrown by a subsequent |
Set the name of the |
Set the name of the command to be executed if an exception occurs. |