Save This Page
Home » Struts-1.3.10 » org.apache.struts » chain » commands » [javadoc | source]
org.apache.struts.chain.commands
abstract public class: AbstractExceptionHandler [javadoc | source]
java.lang.Object
   org.apache.struts.chain.commands.ActionCommandBase
      org.apache.struts.chain.commands.AbstractExceptionHandler

All Implemented Interfaces:
    ActionCommand

Direct Known Subclasses:
    ExceptionHandler

Invoke the local or global exception handler configured for the exception class that occurred.

Method from org.apache.struts.chain.commands.AbstractExceptionHandler Summary:
execute,   handle
Methods from org.apache.struts.chain.commands.ActionCommandBase:
execute,   execute
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.struts.chain.commands.AbstractExceptionHandler Detail:
 public boolean execute(ActionContext actionCtx) throws Exception 

    Invoke the appropriate Action for this request, and cache the returned ActionForward.

 abstract protected ForwardConfig handle(ActionContext context,
    Exception exception,
    ExceptionConfig exceptionConfig,
    ActionConfig actionConfig,
    ModuleConfig moduleConfig) throws Exception

    Perform the required handling of the specified exception.