edu.internet2.middleware.grouper.ui.actions
Class PopulateErrorAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by edu.internet2.middleware.grouper.ui.actions.PopulateErrorAction

public class PopulateErrorAction
extends Action

Top level Strut's action called on any Exception - can arise normally - or from within template.jsp.

Version:
$Id: PopulateErrorAction.java,v 1.4 2009-08-12 04:52:14 mchyzer Exp $
Author:
Gary Brown.

Constructor Summary
PopulateErrorAction()
           
 
Method Summary
 ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class org.apache.struts.action.Action
execute, getServlet, setServlet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopulateErrorAction

public PopulateErrorAction()
Method Detail

execute

public ActionForward execute(ActionMapping mapping,
                             ActionForm form,
                             HttpServletRequest request,
                             HttpServletResponse response)
                      throws Exception
Overrides:
execute in class Action
Throws:
Exception
See Also:
Action.execute(org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)