public interface ExceptionHandler
Modifier and Type | Method and Description |
---|---|
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
|
Class<? extends Throwable>[] getHandledExceptions()
@Nullable String parseError(Throwable throwable)
throwable
- exception to be parsed for further information, can be nullCopyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.