public interface ErrorProcessor
Modifier and Type | Method and Description |
---|---|
boolean |
processError(Throwable error)
Error processing method.
|
boolean processError(Throwable error)
error
- the errortrue
if the main processing should be continued,
false
if the main processing should be interrupted
and the error should be thrown to the caller