Serializable
TranslationBundleLoadingException
, TranslationStringMissingException
public 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, wait
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 © 2018. All rights reserved.