org.jvnet.hk2.config
Class ConfigPopulatorException
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.ConfigPopulatorException
- All Implemented Interfaces:
- Serializable
public class ConfigPopulatorException
- extends ComponentException
Indicates a problem during population on config beans.
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
ConfigPopulatorException
public ConfigPopulatorException(String message)
ConfigPopulatorException
public ConfigPopulatorException(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.