org.apache.beehive.netui.pageflow.internal
Class PageFlowExceptionHandler

Object
  extended by ExceptionHandler
      extended by PageFlowExceptionHandler

public class PageFlowExceptionHandler
extends ExceptionHandler


Constructor Summary
PageFlowExceptionHandler()
           
 
Method Summary
 ActionForward execute(Exception ex, ExceptionConfig ae, ActionMapping mapping, ActionForm formInstance, HttpServletRequest request, HttpServletResponse response)
           
protected  void storeException(HttpServletRequest request, String property, ActionMessage error, ActionForward forward, String scope)
           
 
Methods inherited from class ExceptionHandler
storeException
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageFlowExceptionHandler

public PageFlowExceptionHandler()
Method Detail

execute

public ActionForward execute(Exception ex,
                             ExceptionConfig ae,
                             ActionMapping mapping,
                             ActionForm formInstance,
                             HttpServletRequest request,
                             HttpServletResponse response)
                      throws ServletException
Overrides:
execute in class ExceptionHandler
Throws:
ServletException

storeException

protected void storeException(HttpServletRequest request,
                              String property,
                              ActionMessage error,
                              ActionForward forward,
                              String scope)