public class TranslationStringMissingException extends TranslationBundleException
Constructor and Description |
---|
TranslationStringMissingException(java.lang.Class bundleClass,
java.util.Locale locale,
java.lang.String key,
java.lang.Exception cause)
Construct a
TranslationStringMissingException for the specified
bundle class, locale and translation key |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey() |
getBundleClass, getLocale
public TranslationStringMissingException(java.lang.Class bundleClass, java.util.Locale locale, java.lang.String key, java.lang.Exception cause)
TranslationStringMissingException
for the specified
bundle class, locale and translation keybundleClass
- the bundle class for which a translation string was missinglocale
- the locale for which a translation string was missingkey
- the key of the missing translation stringcause
- the original exception thrown from the
ResourceBundle.getString(String)
method.Copyright © 2012. All Rights Reserved.