public class

JsonParseException

extends JsonProcessingException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ com.fasterxml.jackson.core.JsonProcessingException
           ↳ com.fasterxml.jackson.core.JsonParseException

Class Overview

Exception type for parsing problems, used when non-well-formed content (content that does not conform to JSON syntax as per specification) is encountered.

Summary

[Expand]
Inherited Fields
From class com.fasterxml.jackson.core.JsonProcessingException
Public Constructors
JsonParseException(String msg, JsonLocation loc)
JsonParseException(String msg, JsonLocation loc, Throwable root)
[Expand]
Inherited Methods
From class com.fasterxml.jackson.core.JsonProcessingException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public JsonParseException (String msg, JsonLocation loc)

public JsonParseException (String msg, JsonLocation loc, Throwable root)