Package org.jvnet.hk2.config
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.hk2.api.HK2RuntimeException
org.jvnet.hk2.config.ConfigurationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TranslationException,UnsatisfiedDependencyException,WorkManager.ExecutionException
public class ConfigurationException
extends org.glassfish.hk2.api.HK2RuntimeException
Indicates a problem in the configuration value.
- Author:
- Kohsuke Kawaguchi
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationException(String message) ConfigurationException(String format, Object... args) ConfigurationException(String message, Throwable origin) -
Method Summary
Modifier and TypeMethodDescriptionIndicates the source position of the configuration file where the problem happened.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationException
-
ConfigurationException
-
ConfigurationException
-
-
Method Details
-
getLocation
Indicates the source position of the configuration file where the problem happened. -
getMessage
- Overrides:
getMessagein classThrowable
-