| Frames | No Frames |
Methods with parameter type org.apache.struts.config.ExceptionConfig | |
| void | Add a new ExceptionConfig instance to the set associated
with this action. |
| void | Add a new ExceptionConfig instance to the set associated
with this module. |
| void | Remove the specified exception configuration instance. |
| void | Remove the specified exception configuration instance. |
Methods with return type org.apache.struts.config.ExceptionConfig | |
| ExceptionConfig | ActionConfig.findException(Class type) Find and return the ExceptionConfig instance defining
how Exceptions of the specified type should be handled. |
| ExceptionConfig | ActionConfig.findExceptionConfig(String type) Return the exception configuration for the specified type, if any;
otherwise return null. |
| ExceptionConfig | ModuleConfig.findExceptionConfig(String type) Return the exception configuration for the specified type, if any;
otherwise return null. |
| ExceptionConfig[] | Return the exception configurations for this action. |
| ExceptionConfig[] | Return the exception configurations for this module. |
Methods with parameter type org.apache.struts.config.ExceptionConfig | |
| void | Add a new ExceptionConfig instance to the set associated
with this module. |
| void | Remove the specified exception configuration instance. |
Methods with return type org.apache.struts.config.ExceptionConfig | |
| ExceptionConfig | ModuleConfigImpl.findExceptionConfig(String type) Return the exception configuration for the specified type, if any;
otherwise return null. |
| ExceptionConfig[] | Return the exception configurations for this module. |
Methods with parameter type org.apache.struts.config.ExceptionConfig | |
| ActionForward | ExceptionHandler.execute(Exception ex, ExceptionConfig ae, ActionMapping mapping, ActionForm formInstance, HttpServletRequest request, HttpServletResponse response) Handle the Exception. |