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