public interface IErrorHandler
Modifier and Type | Method and Description |
---|---|
Exception |
getException()
Get last error.
|
Object |
getSource()
Get source of the last error.
|
boolean |
handleError(Object source,
Exception error)
Handle error from service provider.
|
void |
reset()
Reset state of the error handler.
|
boolean handleError(Object source, Exception error) throws Exception
Exception
void reset()
Object getSource()
Exception getException()