| Frames | No Frames | |
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 | |
| 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.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. |
Classes derived from org.apache.struts.config.ExceptionConfig | |
| class | An ActionException represents a potential exception
that may occur during delegation to an Action class. |
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. |
Methods with return type org.apache.struts.config.ExceptionConfig | |
| ExceptionConfig | ActionMapping.findException(Class type) Find and return the ExceptionConfig instance defining
how exceptions of the specified type should be handled. |