org.jvnet.hk2.config
Class TranslationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.hk2.ComponentException
org.jvnet.hk2.component.ComponentException
org.jvnet.hk2.config.ConfigurationException
org.jvnet.hk2.config.TranslationException
- All Implemented Interfaces:
- Serializable
public class TranslationException
- extends ConfigurationException
Indicates a failure in Translator.translate(String)
.
This is an user error, so must be reported nicely.
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
TranslationException
public TranslationException(String message)
TranslationException
public TranslationException(String message,
Throwable cause)
Copyright © 2013 Oracle Corporation. All Rights Reserved.