org.jvnet.hk2.config
Class ConfigurationException
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
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- TranslationException
public class ConfigurationException
- extends ComponentException
Indicates a problem in the configuration value.
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
ConfigurationException
public ConfigurationException(String message)
ConfigurationException
public ConfigurationException(String message,
Throwable origin)
getLocation
public Location getLocation()
- Indicates the source position of the configuration file
where the problem happened.
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
Copyright © 2013 Oracle Corporation. All Rights Reserved.