Class StrutsExceptionIncidentHandler
java.lang.Object
org.apache.struts.action.ExceptionHandler
org.kuali.rice.kns.web.struts.form.pojo.StrutsExceptionIncidentHandler
@Deprecated
public class StrutsExceptionIncidentHandler
extends org.apache.struts.action.ExceptionHandler
Deprecated.
KNS Struts deprecated, use KRAD and the Spring MVC framework.
This class is the exception handler for the base exception class java.lang.Throwable
and is defined as global exception in the struts-config.xml.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.This is defined in struts-config.xml for forwarding this exception to a specified exception handler.Fields inherited from class org.apache.struts.action.ExceptionHandler
INCLUDE_PATH, SILENT_IF_COMMITTED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.struts.action.ActionForwardexecute(Exception exception, org.apache.struts.config.ExceptionConfig exceptionConfig, org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Deprecated.This overridden method extract exception information such as component name, user name and email, etc.Methods inherited from class org.apache.struts.action.ExceptionHandler
determineIncludePath, handleCommittedResponse, logException, storeException
-
Field Details
-
EXCEPTION_INCIDENT_HANDLER
Deprecated.This is defined in struts-config.xml for forwarding this exception to a specified exception handler.Value is exceptionIncidentHandler
- See Also:
-
-
Constructor Details
-
StrutsExceptionIncidentHandler
public StrutsExceptionIncidentHandler()Deprecated.
-
-
Method Details
-
execute
public org.apache.struts.action.ActionForward execute(Exception exception, org.apache.struts.config.ExceptionConfig exceptionConfig, org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Deprecated.This overridden method extract exception information such as component name, user name and email, etc.- Overrides:
executein classorg.apache.struts.action.ExceptionHandler- See Also:
-