com.atlassian.jira.util
Class ExceptionInterpreter

java.lang.Object
  extended by com.atlassian.jira.util.ExceptionInterpreter
Direct Known Subclasses:
OracleDataSizeExceptionInterpreter

public class ExceptionInterpreter
extends Object


Constructor Summary
ExceptionInterpreter()
           
 
Method Summary
 void append(ExceptionInterpreter val)
           
 ExceptionInterpreter getSibling()
           
protected  String handleInvoke(ExtendedSystemInfoUtils extendedSystemInfoUtils, String exceptionMessage)
           
 String invoke(ExtendedSystemInfoUtils extendedSystemInfoUtils, String exceptionMessage)
           
 ExceptionInterpreter last()
           
 void setSibling(ExceptionInterpreter val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionInterpreter

public ExceptionInterpreter()
Method Detail

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-2009 Atlassian. All Rights Reserved.