|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.ww2.actions.error.IOExceptionHandler
public class IOExceptionHandler
Constructor Summary | |
---|---|
IOExceptionHandler()
|
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)
This handler will currenlt parse the following errors * Too many Files Open (a FileNotFoundException) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IOExceptionHandler()
Method Detail |
---|
public java.lang.Class<? extends java.lang.Throwable>[] getHandledExceptions()
ExceptionHandler
getHandledExceptions
in interface ExceptionHandler
public java.lang.String parseError(java.lang.Throwable throwable)
parseError
in interface ExceptionHandler
throwable
- - Exception to be parsed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |