|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides localized Exception handling based on the OpenCms default locale.
Instances of this class are assumed to have full localized exception messages.
Method Summary | |
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. |
Method Detail |
public java.lang.String getLocalizedMessage()
Throwable.getLocalizedMessage()
public java.lang.String getLocalizedMessage(java.util.Locale locale)
locale
- the Locale to get the message for
public java.lang.String getMessage()
Throwable.getMessage()
public CmsMessageContainer getMessageContainer()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |