Class JsonParseException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    JsonEOFException

    public class JsonParseException
    extends StreamReadException
    Exception type for parsing problems, used when non-well-formed content (content that does not conform to JSON syntax as per specification) is encountered.
    See Also:
    Serialized Form