Class JsonParseException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JsonParseException

        public JsonParseException​(java.lang.String msg,
                                  JsonLocation loc)
      • JsonParseException

        public JsonParseException​(java.lang.String msg,
                                  JsonLocation loc,
                                  java.lang.Throwable root)