nl.openedge.baritus.interceptors
Interface PerformExceptionInterceptor
- All Superinterfaces: 
- Interceptor
- public interface PerformExceptionInterceptor- extends Interceptor
Registered instances will have their command method executed if 
 an unhandeld exception occured while executing the perform method.
- Author:
- Eelco Hillenius
| Method Summary | 
|  void | doOnPerformException(org.infohazard.maverick.flow.ControllerContext cctx,
                     FormBeanContext formBeanContext,
                     java.lang.Exception cause)Executed if an unhandeld exception occured while executing the perform method.
 | 
 
doOnPerformException
public void doOnPerformException(org.infohazard.maverick.flow.ControllerContext cctx,
                                 FormBeanContext formBeanContext,
                                 java.lang.Exception cause)
                          throws javax.servlet.ServletException,
                                 DispatchNowFlowException,
                                 ReturnNowFlowException
- Executed if an unhandeld exception occured while executing the perform method.
 
- 
 
- 
- Parameters:
- cctx- maverick context
- formBeanContext- context with form bean that failed to populate
- cause- the exception that occured during perform
- Throws:
- javax.servlet.ServletException
- RedirectingException- when an interceptor wants to redirect
- DirectReturnFlowException- when an interceptor wants to return directly
- DispatchNowFlowException
- ReturnNowFlowException
 
Copyright © 2003-2004 Open Edge. All Rights Reserved.