Uses of Class org.apache.struts.config.ExceptionConfig

Uses in package org.apache.struts.config

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
Find and return the ExceptionConfig instance defining how Exceptions of the specified type should be handled.
ExceptionConfig
Return the exception configuration for the specified type, if any; otherwise return null.
ExceptionConfig
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.

Uses in package org.apache.struts.action

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.

Uses in package org.apache.struts.config.impl

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
Return the exception configuration for the specified type, if any; otherwise return null.
ExceptionConfig[]
Return the exception configurations for this module.

Copyright B) 2000-2007 - The Apache Software Foundation