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, getLocaleaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.