@Deprecated public class StrutsExceptionIncidentHandler extends org.apache.struts.action.ExceptionHandler
Modifier and Type | Field and Description |
---|---|
static String |
EXCEPTION_INCIDENT_HANDLER
Deprecated.
This is defined in struts-config.xml for forwarding this exception to a specified
exception handler.
|
Constructor and Description |
---|
StrutsExceptionIncidentHandler()
Deprecated.
|
Modifier and Type | Method and 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.
|
public static final String EXCEPTION_INCIDENT_HANDLER
Value is exceptionIncidentHandler
public StrutsExceptionIncidentHandler()
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)
execute
in class org.apache.struts.action.ExceptionHandler
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)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.