Serializablepublic class TranslationBundleLoadingException extends TranslationBundleException
| Constructor | Description |
|---|---|
TranslationBundleLoadingException(Class bundleClass,
Locale locale,
Exception cause) |
Construct a
TranslationBundleLoadingException for the specified
bundle class and locale. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringgetBundleClass, getLocalepublic 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 © 2018. All rights reserved.