|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExceptionClassifier
Interface for a classifier of exceptions.
Method Summary | |
---|---|
Object |
classify(Throwable throwable)
Classify the given exception and return a non-null object. |
Object |
getDefault()
Get a default value, normally the same as would be returned by classify(Throwable) with null argument. |
Method Detail |
---|
Object getDefault()
classify(Throwable)
with null argument.
Object classify(Throwable throwable)
throwable
- the input exception. Can be null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |