public class

ExceptionInterpreter

extends Object
java.lang.Object
   ↳ com.atlassian.jira.util.ExceptionInterpreter
Known Direct Subclasses

Summary

Public Constructors
ExceptionInterpreter()
Public Methods
void append(ExceptionInterpreter val)
ExceptionInterpreter getSibling()
String invoke(ExtendedSystemInfoUtils extendedSystemInfoUtils, String exceptionMessage)
ExceptionInterpreter last()
void setSibling(ExceptionInterpreter val)
Protected Methods
String handleInvoke(ExtendedSystemInfoUtils extendedSystemInfoUtils, String exceptionMessage)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ExceptionInterpreter ()

Public Methods

public void append (ExceptionInterpreter val)

public ExceptionInterpreter getSibling ()

public String invoke (ExtendedSystemInfoUtils extendedSystemInfoUtils, String exceptionMessage)

Throws
Exception

public ExceptionInterpreter last ()

public void setSibling (ExceptionInterpreter val)

Protected Methods

protected String handleInvoke (ExtendedSystemInfoUtils extendedSystemInfoUtils, String exceptionMessage)

Throws
Exception