JSON
Version 1.0

org.codehaus.jackson
Class JsonParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.codehaus.jackson.JsonProcessingException
                  extended by org.codehaus.jackson.JsonParseException
All Implemented Interfaces:
Serializable

public class JsonParseException
extends JsonProcessingException

Class for parsing exceptions, to indicate non-well-formed document content

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.codehaus.jackson.JsonProcessingException
mLocation
 
Constructor Summary
JsonParseException(String msg, JsonLocation loc)
           
JsonParseException(String msg, JsonLocation loc, Throwable root)
           
 
Method Summary
 
Methods inherited from class org.codehaus.jackson.JsonProcessingException
getLocation, getMessage, toString
 
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
 

Constructor Detail

JsonParseException

public JsonParseException(String msg,
                          JsonLocation loc)

JsonParseException

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

JSON
Version 1.0

Apache License, Version 2.0