|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IErrorHandler
Generic error handler.
Method Summary | |
---|---|
boolean |
handleError(java.lang.Throwable t,
java.lang.Object where,
java.lang.Object problematic,
java.lang.Object hints)
Handles an error an returns true iff the error is manageable, meaning that normal
processsing should resume. |
Method Detail |
---|
boolean handleError(java.lang.Throwable t, java.lang.Object where, java.lang.Object problematic, java.lang.Object hints)
true
iff the error is manageable, meaning that normal
processsing should resume. It is up to the client code to decide what to do based on the
return value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |