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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated.
    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
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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.

    Methods inherited from class org.apache.struts.action.ExceptionHandler

    determineIncludePath, handleCommittedResponse, logException, storeException

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • EXCEPTION_INCIDENT_HANDLER

      public static final String 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:
      execute in class org.apache.struts.action.ExceptionHandler
      See Also:
      • ExceptionHandler.execute(java.lang.Exception, org.apache.struts.config.ExceptionConfig, org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)