|
||||||||||
| 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.TranslationStringMissingException
public class TranslationStringMissingException
This exception will be thrown when a translation string for a translation bundle and locale is missing.
| Constructor Summary | |
|---|---|
TranslationStringMissingException(java.lang.Class bundleClass,
java.util.Locale locale,
java.lang.String key,
java.lang.Exception cause)
Construct a TranslationStringMissingException for the specified
bundle class, locale and translation key |
|
| Method Summary | |
|---|---|
java.lang.String |
getKey()
|
| 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 TranslationStringMissingException(java.lang.Class bundleClass,
java.util.Locale locale,
java.lang.String key,
java.lang.Exception cause)
TranslationStringMissingException for the specified
bundle class, locale and translation key
bundleClass - the bundle class for which a translation string was missinglocale - the locale for which a translation string was missingkey - the key of the missing translation stringcause - the original exception thrown from the
ResourceBundle.getString(String) method.| Method Detail |
|---|
public java.lang.String getKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||