java.lang.Object | |
↳ | com.atlassian.jira.util.ExceptionInterpreterUtil |
This util will feed an exception through the exception interpreter chain of responsibility.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is used to register a new URL interpreter into the chain.
| |||||||||||
Will pass the exception message through the registered interpreters returing a
message string, which can be html if one of the interpreters can handle the exception message.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object |
This method is used to register a new URL interpreter into the chain. Is this used by anything anymore? Plugins maybe?
val | is the implementation of ExceptionInterpreter to add to the chain. |
---|
Will pass the exception message through the registered interpreters returing a message string, which can be html if one of the interpreters can handle the exception message.
extendedSystemInfoUtils | is the system information at the time of the exception |
---|---|
exceptionMessage | is the exceptions message |