Class ConfigException.WrongType

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ConfigException

    public static class ConfigException.WrongType
    extends ConfigException
    Exception indicating that the type of a value does not match the type you requested.
    See Also:
    Serialized Form
    • Constructor Detail

      • WrongType

        public WrongType​(ConfigOrigin origin,
                         java.lang.String path,
                         java.lang.String expected,
                         java.lang.String actual,
                         java.lang.Throwable cause)
      • WrongType

        public WrongType​(ConfigOrigin origin,
                         java.lang.String path,
                         java.lang.String expected,
                         java.lang.String actual)
      • WrongType

        public WrongType​(ConfigOrigin origin,
                         java.lang.String message,
                         java.lang.Throwable cause)
      • WrongType

        public WrongType​(ConfigOrigin origin,
                         java.lang.String message)