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

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:
  • Constructor Details

    • TranslationException

      public TranslationException(String message)
    • TranslationException

      public TranslationException(String message, Throwable cause)