|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.jgit.errors.TranslationBundleException
org.eclipse.jgit.errors.TranslationBundleLoadingException
public class TranslationBundleLoadingException
This exception will be thrown when a translation bundle loading fails.
| Constructor Summary | |
|---|---|
TranslationBundleLoadingException(java.lang.Class bundleClass,
java.util.Locale locale,
java.lang.Exception cause)
Construct a TranslationBundleLoadingException for the specified
bundle class and locale. |
|
| Method Summary |
|---|
| Methods inherited from class org.eclipse.jgit.errors.TranslationBundleException |
|---|
getBundleClass, getLocale |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||