org.jvnet.hk2.config
Class TranslationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jvnet.hk2.component.ComponentException
org.jvnet.hk2.config.ConfigurationException
org.jvnet.hk2.config.TranslationException
- All Implemented Interfaces:
- java.io.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
| Methods inherited from class org.jvnet.hk2.component.ComponentException |
getFailureContext |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TranslationException
public TranslationException(java.lang.String message)
TranslationException
public TranslationException(java.lang.String message,
java.lang.Throwable cause)
Copyright © 2012 Oracle Corporation. All Rights Reserved.