Class InvalidJsonTypeException

  • All Implemented Interfaces:
    Serializable

    public class InvalidJsonTypeException
    extends MalformedJsonException
    Indicates a type error in the input JSON such as field names not being strings.
    Since:
    1.0.0
    Author:
    Elias*
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidJsonTypeException

        public InvalidJsonTypeException()
      • InvalidJsonTypeException

        public InvalidJsonTypeException​(String message)
      • InvalidJsonTypeException

        public InvalidJsonTypeException​(Throwable cause)
      • InvalidJsonTypeException

        public InvalidJsonTypeException​(String message,
                                        Throwable cause)