|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExceptionHandler
Method Summary | |
---|---|
java.lang.Class<? extends java.lang.Throwable>[] |
getHandledExceptions()
Will be used to determine whether or not an exception is handled by this handler |
java.lang.String |
parseError(java.lang.Throwable throwable)
Parse an exception for more information Will not delve into the exception so ensure that root exception is passed in |
Method Detail |
---|
java.lang.Class<? extends java.lang.Throwable>[] getHandledExceptions()
java.lang.String parseError(java.lang.Throwable throwable)
throwable
- exception to be parsed for further information, can be null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |