com.atlassian.jira.util
Class ExceptionInterpreter

java.lang.Object
  extended bycom.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(ViewSystemInfo vsi, String exceptionMessage)
           
 String invoke(ViewSystemInfo vsi, 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(ViewSystemInfo vsi,
                     String exceptionMessage)
              throws Exception
Throws:
Exception

last

public ExceptionInterpreter last()

handleInvoke

protected String handleInvoke(ViewSystemInfo vsi,
                              String exceptionMessage)
                       throws Exception
Throws:
Exception


Copyright © 2002-2006 Atlassian. All Rights Reserved.