|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IErrorHandler
Error handler interface consumed by service providers.
Method Summary | |
---|---|
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. |
Method Detail |
---|
boolean handleError(Object source, Exception error) throws Exception
Exception
void reset()
Object getSource()
Exception getException()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |