|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ckkloverdos.error.StdLogErrorHandler
public class StdLogErrorHandler
An implementation of IErrorHandler
that delegates to StdLog
.
Constructor Summary | |
---|---|
StdLogErrorHandler()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StdLogErrorHandler()
Method Detail |
---|
public boolean handleError(java.lang.Throwable t, java.lang.Object where, java.lang.Object problematic, java.lang.Object hints)
IErrorHandler
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.
handleError
in interface IErrorHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |