public class IOExceptionHandler extends Object implements ExceptionHandler
Constructor and Description |
---|
IOExceptionHandler() |
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)
This handler will currently parse the following errors
* Too many Files Open (a FileNotFoundException)
|
public Class<? extends Throwable>[] getHandledExceptions()
ExceptionHandler
getHandledExceptions
in interface ExceptionHandler
public String parseError(Throwable throwable)
parseError
in interface ExceptionHandler
throwable
- - Exception to be parsedCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.