|
|||||||||||
| 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 | |
String |
getLocalizedMessage()
Returns a localized exception message based on the OpenCms default locale. |
String |
getLocalizedMessage(Locale locale)
Returns a localized exception message based on the given Locale. |
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 String getLocalizedMessage()
Throwable.getLocalizedMessage()public String getLocalizedMessage(Locale locale)
locale - the Locale to get the message for
public String getMessage()
Throwable.getMessage()public CmsMessageContainer getMessageContainer()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||