com.fasterxml.jackson.core

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

Copyright © 2008–2019 FasterXML. All rights reserved.