Class IllegalValueType

  • All Implemented Interfaces:
    Serializable

    public class IllegalValueType
    extends Exception
    If a new data type is encountered during parsing a value from JSON using JPath, this exception is thrown. Log an issue here if you want to use custom types as parser(TnC apply).
    See Also:
    Serialized Form
    • Constructor Detail

      • IllegalValueType

        public IllegalValueType​(String message)
        Java data type errors are caught with custom error message.
        Parameters:
        message - Error message in String format
      • IllegalValueType

        public IllegalValueType()
        Default constructor.
        Called with message: Undefined value type detected