public interface ExceptionHandler extends Serializable
Modifier and Type | Field and Description |
---|---|
static ExceptionHandler |
DEFAULT
Default exception handler that doesn't stop the definition flow
in any case.
|
Modifier and Type | Method and Description |
---|---|
boolean |
proceed(OperationFault op,
Exception e)
Decides if the flow must continue after a faulty operation take place.
|
static final ExceptionHandler DEFAULT
boolean proceed(OperationFault op, Exception e)
op
- The operation context that originated the exception.e
- The exception generated during the operation.true
if the flow is to be continued ignoring this exception, false
otherwise.Copyright © 2014 Feedzai. All Rights Reserved.