public abstract class ITIMRuntimeException
extends java.lang.RuntimeException
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocalizedMessage()
Method will return error message for the default locale.
|
java.lang.String |
getMessage()
Method will return error message for Locale.US.
|
java.lang.String |
getMessage(java.util.Locale locale) |
java.lang.String |
getMessageId()
This method returns the message identifier for this exeception.
|
java.lang.Throwable |
getThrowable()
Deprecated.
|
java.lang.Object[] |
getTokens()
This method will get the Object[] of tokens which are used in the
localized message.
|
java.lang.String |
toXML()
Returns a XML representation of this exception message and
parameters that can be localized in the ITIM UI.
|
public java.lang.String getMessageId()
public java.lang.Object[] getTokens()
public java.lang.String getLocalizedMessage()
getLocalizedMessage in class java.lang.Throwablepublic java.lang.String getMessage()
getMessage in class java.lang.ThrowableLocale.USpublic java.lang.String getMessage(java.util.Locale locale)
public java.lang.Throwable getThrowable()
public java.lang.String toXML()