public interface I_CmsThrowable
Instances of this class are assumed to have full localized exception messages.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocalizedMessage()
Returns a localized exception message based on the OpenCms default locale.
|
java.lang.String |
getLocalizedMessage(java.util.Locale locale)
Returns a localized exception message based on the given Locale.
|
java.lang.String |
getMessage()
Returns a localized exception message based on the OpenCms default locale.
|
CmsMessageContainer |
getMessageContainer()
Returns the localized message container used to build this localized exception.
|
java.lang.String getLocalizedMessage()
Throwable.getLocalizedMessage()
java.lang.String getLocalizedMessage(java.util.Locale locale)
locale
- the Locale to get the message forjava.lang.String getMessage()
Throwable.getMessage()
CmsMessageContainer getMessageContainer()