public class TranslationStringMissingException extends TranslationBundleException
Constructor and 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 and Description |
---|---|
String |
getKey() |
getBundleClass, getLocale
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 Eclipse JGit Project. All rights reserved.