handle(FlowExecutionException exception, RequestControlContext context) Handle the exception in the context of the current request, optionally
making an error view selection that should be rendered.
Handle the exception in the context of the current request, optionally
making an error view selection that should be rendered.
Parameters: exception - the exception that occured Parameters: context - the execution control context for this request the selected error view that should be displayed (may be null ifthe handler chooses not to select a view, in which case other exceptionhandlers may be given a chance to handle the exception)