Serializablepublic class TranslationStringMissingException extends TranslationBundleException
| Constructor | Description |
|---|---|
TranslationStringMissingException(Class bundleClass,
Locale locale,
String key,
Exception cause) |
Construct a
TranslationStringMissingException for the specified
bundle class, locale and translation key |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getKey() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringgetBundleClass, getLocalepublic TranslationStringMissingException(Class bundleClass, Locale locale, String key, 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.public String getKey()
Copyright © 2018. All rights reserved.