public interface MessageInfo
RMRuntimeException
.
A MessageInfo
can be acquired via the
RMRuntimeException.#getMessageInfo
method.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAction()
Returns any available localized user action text.
|
RMErrorCode |
getErrorCode()
Returns the
RMErrorCode associated with this
MessageInfo instance. |
java.lang.String |
getExplanation()
Returns any available localized explanation text.
|
java.lang.String |
getFormattedMessage()
Returns the localized error message string that has
been formatted with any message replacement parameter values.
|
RMErrorCode getErrorCode()
RMErrorCode
associated with this
MessageInfo
instance.RMErrorCode
instance.java.lang.String getFormattedMessage()
String
value.java.lang.String getExplanation()
String
value.java.lang.String getAction()
String
value.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.