Invoke the appropriate Action for this request, and
cache the returned ActionForward.
Parameters: actionCtx - The Context for the current request false if a ForwardConfig is returned,else true to complete processing throws: Exception - if thrown by the Action class and not declared by anException Handler
Perform the required handling of the specified exception.
Parameters: context - The Context for this request Parameters: exception - The exception being handled Parameters: exceptionConfig - The corresponding ExceptionConfig Parameters: actionConfig - The ActionConfig for this request Parameters: moduleConfig - The ModuleConfig for this request the ForwardConfig to be processed next (if any),or null if processing has been completed throws: Exception - if there are any problems handling the exception
Methods inherited from org.apache.struts.chain.commands.ActionCommandBase