Class 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:
    Serialized Form
    • Constructor Detail

      • ConfigPopulatorException

        public ConfigPopulatorException​(String message)
      • ConfigPopulatorException

        public ConfigPopulatorException​(String message,
                                        Throwable origin)
    • Method Detail

      • getLocation

        public Location getLocation()
        Indicates the source position of the configuration file where the problem happened.