Package org.jvnet.hk2.config
Class TranslationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.hk2.api.HK2RuntimeException
org.jvnet.hk2.config.ConfigurationException
org.jvnet.hk2.config.TranslationException
- All Implemented Interfaces:
Serializable
Indicates a failure in
Translator.translate(String).
This is an user error, so must be reported nicely.
- Author:
- Kohsuke Kawaguchi
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTranslationException(String message) TranslationException(String message, Throwable cause) -
Method Summary
Methods inherited from class org.jvnet.hk2.config.ConfigurationException
getLocation, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TranslationException
-
TranslationException
-