Package org.jvnet.hk2.config
Class ConfigPopulatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.hk2.api.HK2RuntimeException
org.jvnet.hk2.config.ConfigPopulatorException
- All Implemented Interfaces:
Serializable
public class ConfigPopulatorException
extends org.glassfish.hk2.api.HK2RuntimeException
Indicates a problem during population on config beans.
- Author:
- Kohsuke Kawaguchi
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigPopulatorException(String message) ConfigPopulatorException(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
-
ConfigPopulatorException
-
ConfigPopulatorException
-
-
Method Details
-
getLocation
Indicates the source position of the configuration file where the problem happened. -
getMessage
- Overrides:
getMessagein classThrowable
-