|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface I_CmsThrowable
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 |
---|
String getLocalizedMessage()
Throwable.getLocalizedMessage()
String getLocalizedMessage(Locale locale)
locale
- the Locale to get the message for
String getMessage()
Throwable.getMessage()
CmsMessageContainer getMessageContainer()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |