com.atlassian.jira.util
Class ExceptionInterpreter
java.lang.Object
com.atlassian.jira.util.ExceptionInterpreter
- Direct Known Subclasses:
- OracleDataSizeExceptionInterpreter
public class ExceptionInterpreter
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionInterpreter
public ExceptionInterpreter()
setSibling
public void setSibling(ExceptionInterpreter val)
getSibling
public ExceptionInterpreter getSibling()
append
public void append(ExceptionInterpreter val)
invoke
public String invoke(ExtendedSystemInfoUtils extendedSystemInfoUtils,
String exceptionMessage)
throws Exception
- Throws:
Exception
last
public ExceptionInterpreter last()
handleInvoke
protected String handleInvoke(ExtendedSystemInfoUtils extendedSystemInfoUtils,
String exceptionMessage)
throws Exception
- Throws:
Exception
Copyright © 2002-2011 Atlassian. All Rights Reserved.