org.codehaus.jackson
Class JsonParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.codehaus.jackson.JsonProcessingException
org.codehaus.jackson.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JsonParseException
public JsonParseException(java.lang.String msg,
JsonLocation loc)
JsonParseException
public JsonParseException(java.lang.String msg,
JsonLocation loc,
java.lang.Throwable root)