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)
           
 
Methods inherited from class ExceptionHandler
logException, storeException, 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