java.lang.Object
org.apache.struts.action.ExceptionHandler
com.aoindustries.web.struts.ExceptionHandler
- Author:
- AO Industries, Inc.
-
Field Summary
Fields inherited from class org.apache.struts.action.ExceptionHandler
INCLUDE_PATH, SILENT_IF_COMMITTED
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(Exception exception, ExceptionConfig config, ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Methods inherited from class org.apache.struts.action.ExceptionHandler
determineIncludePath, handleCommittedResponse, logException, storeException
-
Constructor Details
-
ExceptionHandler
public ExceptionHandler()
-
-
Method Details
-
execute
public ActionForward execute(Exception exception, ExceptionConfig config, ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) - Overrides:
execute
in classExceptionHandler
-