public interface IMessageHandle
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAction()
Gets the action associated to this
MessageHandle. |
java.lang.String |
getCause()
Gets the cause associated to this
IMessageHandle. |
java.lang.Object |
getErrorObject()
Gets the object which is associated with the error, for example, a mapping.
|
java.lang.String |
getMessage()
Gets the translated message for the default locale.
|
java.lang.String |
getMessage(java.util.Locale locale)
Gets the translated message for the specified locale.
|
java.lang.String |
getMessageID()
Gets the message ID associated with this message handle.
|
java.lang.String getMessageID()
java.util.MissingResourceException - if resource cannot be foundjava.lang.String getCause()
IMessageHandle. The cause is an explanation of the conditions that may
have caused the error.null if nonejava.lang.String getAction()
MessageHandle. The action is proposed user steps to avoid the error.null if nonejava.lang.String getMessage()
java.lang.String getMessage(java.util.Locale locale)
java.lang.Object getErrorObject()