Uses of Class
com.fasterxml.jackson.jr.ob.JSONObjectException.Reference
-
Packages that use JSONObjectException.Reference Package Description com.fasterxml.jackson.jr.ob -
-
Uses of JSONObjectException.Reference in com.fasterxml.jackson.jr.ob
Fields in com.fasterxml.jackson.jr.ob with type parameters of type JSONObjectException.Reference Modifier and Type Field Description protected java.util.LinkedList<JSONObjectException.Reference>
JSONObjectException. _path
Path through which problem that triggering throwing of this exception was reached.Methods in com.fasterxml.jackson.jr.ob that return types with arguments of type JSONObjectException.Reference Modifier and Type Method Description java.util.List<JSONObjectException.Reference>
JSONObjectException. getPath()
Method for accessing full structural path within type hierarchy down to problematic property.Methods in com.fasterxml.jackson.jr.ob with parameters of type JSONObjectException.Reference Modifier and Type Method Description void
JSONObjectException. prependPath(JSONObjectException.Reference r)
static JSONObjectException
JSONObjectException. wrapWithPath(java.lang.Throwable src, JSONObjectException.Reference ref)
Method that can be called to either create a new JsonMappingException (if underlying exception is not a JsonMappingException), or augment given exception with given path/reference information.
-