Package | Description |
---|---|
com.fasterxml.jackson.jr.ob | |
com.fasterxml.jackson.jr.ob.impl |
Modifier and Type | Method and Description |
---|---|
static JSONObjectException |
JSONObjectException.from(JsonParser jp,
String msg) |
static JSONObjectException |
JSONObjectException.from(JsonParser jp,
String msg,
Throwable problem) |
static JSONObjectException |
JSONObjectException.fromUnexpectedIOE(IOException src)
Factory method used when "upgrading" an
IOException into
JSONObjectException : usually only needed to comply with
a signature. |
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.
|
static JSONObjectException |
JSONObjectException.wrapWithPath(Throwable src,
Object refFrom,
int index)
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.
|
static JSONObjectException |
JSONObjectException.wrapWithPath(Throwable src,
Object refFrom,
String refFieldName)
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.
|
Modifier and Type | Method and Description |
---|---|
protected JSONObjectException |
JSONAsObjectCodec._noTypeReference() |
Modifier and Type | Method and Description |
---|---|
protected void |
JSONAsObjectCodec._checkResultType(Class<?> valueType,
Object ob) |
protected TreeCodec |
JSONReader._treeCodec() |
Copyright © 2014-2015 FasterXML. All Rights Reserved.