public abstract class TranslationBundleException extends RuntimeException
Modifier | Constructor and Description |
---|---|
protected |
TranslationBundleException(String message,
Class bundleClass,
Locale locale,
Exception cause)
To construct an instance of
TranslationBundleException |
Modifier and Type | Method and Description |
---|---|
Class |
getBundleClass() |
Locale |
getLocale() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected TranslationBundleException(String message, Class bundleClass, Locale locale, Exception cause)
TranslationBundleException
message
- 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 © 2017 Eclipse JGit Project. All rights reserved.