public class JsonParseException extends JsonProcessingException
_location
Constructor and Description |
---|
JsonParseException(String msg,
JsonLocation loc) |
JsonParseException(String msg,
JsonLocation loc,
Throwable root) |
getLocation, getMessage, getMessageSuffix, getOriginalMessage, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public JsonParseException(String msg, JsonLocation loc)
public JsonParseException(String msg, JsonLocation loc, Throwable root)
Copyright © 2012-2013 FasterXML. All Rights Reserved.