public class TranslationBundleLoadingException extends TranslationBundleException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
TranslationBundleLoadingException(java.lang.Class bundleClass,
java.util.Locale locale,
java.lang.Exception cause)
Construct a
TranslationBundleLoadingException for the
specified bundle class and locale. |
getBundleClass, getLocaleprivate static final long serialVersionUID
public TranslationBundleLoadingException(java.lang.Class bundleClass,
java.util.Locale locale,
java.lang.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.