|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FlowExecutionExceptionHandler
A strategy for handling an exception that occurs at runtime during the execution of a flow definition.
Method Summary | |
---|---|
ViewSelection |
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. |
boolean |
handles(FlowExecutionException exception)
Can this handler handle the given exception? |
Method Detail |
---|
boolean handles(FlowExecutionException exception)
exception
- the exception that occured
ViewSelection handle(FlowExecutionException exception, RequestControlContext context)
exception
- the exception that occuredcontext
- the execution control context for this request
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |