| java.lang.Object com.flexive.shared.exceptions.FxExceptionMessage
FxExceptionMessage | public class FxExceptionMessage implements Serializable(Code) | | Localized Exception message handling
author: Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
FxExceptionMessage | public FxExceptionMessage(String key, Object... values)(Code) | | Ctor
Parameters: key - resource key Parameters: values - optional values for placeholders in key ({x}) |
getKey | public String getKey()(Code) | | Getter for the key
key resource key |
getLocalizedMessage | public String getLocalizedMessage(long localeId)(Code) | | Get the localized message for a given language code
Parameters: localeId - locale id of the desired output localized message |
getLocalizedMessage | public String getLocalizedMessage(String localeIso)(Code) | | Get the localized message for given ISO code
Parameters: localeIso - requested ISO code for desired output localized message |
getLocalizedMessage | public String getLocalizedMessage(FxLanguage locale)(Code) | | Get the localized message for a given language
Parameters: locale - locale of the desired output localized message |
getLocalizedMessage | public String getLocalizedMessage(long localeId, String localeIso)(Code) | | Get the localized message for a given language code and ISO
Parameters: localeId - id of the requested locale Parameters: localeIso - ISO code of the requested locale localized message |
hashCode | public int hashCode()(Code) | | |
|
|