public class TranslationBundleLoadingException extends TranslationBundleException
Constructor and Description |
---|
TranslationBundleLoadingException(Class bundleClass,
Locale locale,
Exception cause)
Construct a
TranslationBundleLoadingException for the specified
bundle class and locale. |
getBundleClass, getLocale
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TranslationBundleLoadingException(Class bundleClass, Locale locale, Exception cause)
TranslationBundleLoadingException
for the specified
bundle class and locale.bundleClass
- the bundle class for which the loading failedlocale
- the locale for which the loading failedcause
- the original exception thrown from the
ResourceBundle.getBundle(String, Locale)
method.Copyright © 2016 Eclipse JGit Project. All rights reserved.