public abstract class TranslationBundleException
extends java.lang.RuntimeException
| Modifier | Constructor and Description |
|---|---|
protected |
TranslationBundleException(java.lang.String message,
java.lang.Class bundleClass,
java.util.Locale locale,
java.lang.Exception cause)
To construct an instance of
TranslationBundleException |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
getBundleClass() |
java.util.Locale |
getLocale() |
protected TranslationBundleException(java.lang.String message,
java.lang.Class bundleClass,
java.util.Locale locale,
java.lang.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 © 2012. All Rights Reserved.