org.apache.beehive.netui.pageflow.internal
Class PageFlowExceptionHandler
Object
ExceptionHandler
PageFlowExceptionHandler
public class PageFlowExceptionHandler
- extends ExceptionHandler
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 |
PageFlowExceptionHandler
public PageFlowExceptionHandler()
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)