Class JsonParseException

All Implemented Interfaces:
Serializable

public class JsonParseException extends JsonProcessingException
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: