Package | Description |
---|---|
com.fasterxml.jackson.jr.ob |
Modifier and Type | Field | Description |
---|---|---|
protected LinkedList<JSONObjectException.Reference> |
JSONObjectException._path |
Path through which problem that triggering throwing of
this exception was reached.
|
Modifier and Type | Method | Description |
---|---|---|
List<JSONObjectException.Reference> |
JSONObjectException.getPath() |
Method for accessing full structural path within type hierarchy
down to problematic property.
|
Modifier and Type | Method | Description |
---|---|---|
void |
JSONObjectException.prependPath(JSONObjectException.Reference r) |
|
static JSONObjectException |
JSONObjectException.wrapWithPath(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.
|
Copyright © 2018. All rights reserved.