@Deprecated public class KualiExceptionHandlerAction extends org.apache.struts.action.Action
Constructor and Description |
---|
KualiExceptionHandlerAction()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
org.apache.struts.action.ActionForward |
execute(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 dispatches action to be taken based on
"methodToCall" parameter.
|
org.apache.struts.action.ActionForward |
executeException(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 processes the exception and post exception (when
user either submit/cancel the exception JSP page).
|
protected org.apache.struts.action.ActionForward |
processException(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
Exception exception)
Deprecated.
This method process the caught exception by creating an exception
information properties list and forward these properties to the exception
incident handler JSP.
|
addErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
public KualiExceptionHandlerAction()
public org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
execute
in class org.apache.struts.action.Action
Exception
Action.execute(org.apache.struts.action.ActionMapping,
org.apache.struts.action.ActionForm,
javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)
public org.apache.struts.action.ActionForward executeException(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
Exception
Action.execute(org.apache.struts.action.ActionMapping,
org.apache.struts.action.ActionForm,
javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)
protected org.apache.struts.action.ActionForward processException(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, Exception exception) throws Exception
exception
- mapping
- request
- documentId
- Id of the document that Struts threw exception during its
processing. null if not the document processing that caused
the exceptionException
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.