SerializableTranslationBundleLoadingException, TranslationStringMissingExceptionpublic abstract class TranslationBundleException extends RuntimeException
| Modifier | Constructor | Description |
|---|---|---|
protected |
TranslationBundleException(String message,
Class bundleClass,
Locale locale,
Exception cause) |
To construct an instance of
TranslationBundleException |
| Modifier and Type | Method | Description |
|---|---|---|
Class |
getBundleClass() |
|
Locale |
getLocale() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, 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 © 2018. All rights reserved.