public abstract class TranslationBundleException extends RuntimeException
| Modifier | Constructor and Description | 
|---|---|
protected  | 
TranslationBundleException(String message,
                          Class bundleClass,
                          Locale locale,
                          Exception cause)
Construct an instance of
  
TranslationBundleException | 
| Modifier and Type | Method and Description | 
|---|---|
Class | 
getBundleClass()
Get bundle class 
 | 
Locale | 
getLocale()
Get locale for which the exception occurred 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected TranslationBundleException(String message, Class bundleClass, Locale locale, Exception cause)
TranslationBundleExceptionmessage - exception messagebundleClass - bundle class for which the exception occurredlocale - locale for which the exception occurredcause - original exception that caused this exception. Usually thrown
            from the ResourceBundle class.Copyright © 2019 Eclipse JGit Project. All rights reserved.