org.apache.beehive.netui.pageflow.handler
Interface ExceptionsHandler
- All Superinterfaces:
- Handler
public interface ExceptionsHandler
- extends Handler
Handler for exception processing.
handleException
ActionForward handleException(FlowControllerHandlerContext context,
Throwable ex,
ActionMapping actionMapping,
ActionForm form)
throws IOException,
ServletException
- Throws:
IOException
ServletException
unwrapException
Throwable unwrapException(FlowControllerHandlerContext context,
Throwable ex)
exposeException
void exposeException(FlowControllerHandlerContext context,
Throwable ex,
ActionMapping actionMapping)
eatUnhandledException
boolean eatUnhandledException(FlowControllerHandlerContext context,
Throwable ex)