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