public class TranslationBundleLoadingException extends TranslationBundleException
| 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, getLocalepublic 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.Copyright © 2012. All Rights Reserved.