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()
ExceptionHandlergetHandledExceptions in interface ExceptionHandlerpublic String parseError(Throwable throwable)
parseError in interface ExceptionHandlerthrowable - - Exception to be parsedCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.