public class UnresolvedForwardReference extends JsonMappingException
JsonMappingException.Reference
Constructor and Description |
---|
UnresolvedForwardReference(JsonParser p,
java.lang.String msg) |
UnresolvedForwardReference(JsonParser p,
java.lang.String msg,
JsonLocation loc,
ReadableObjectId roid) |
UnresolvedForwardReference(java.lang.String msg)
Deprecated.
Since 2.7
|
UnresolvedForwardReference(java.lang.String msg,
JsonLocation loc,
ReadableObjectId roid)
Deprecated.
Since 2.7
|
Modifier and Type | Method and Description |
---|---|
void |
addUnresolvedId(java.lang.Object id,
java.lang.Class<?> type,
JsonLocation where) |
java.lang.String |
getMessage()
Method is overridden so that we can properly inject description
of problem path, if such is defined.
|
ReadableObjectId |
getRoid() |
java.lang.Object |
getUnresolvedId() |
java.util.List<UnresolvedId> |
getUnresolvedIds() |
from, from, from, from, from, from, from, from, fromUnexpectedIOE, getLocalizedMessage, getPath, getPathReference, getPathReference, getProcessor, prependPath, prependPath, prependPath, toString, wrapWithPath, wrapWithPath, wrapWithPath
clearLocation, getLocation, getOriginalMessage
public UnresolvedForwardReference(JsonParser p, java.lang.String msg, JsonLocation loc, ReadableObjectId roid)
public UnresolvedForwardReference(JsonParser p, java.lang.String msg)
@Deprecated public UnresolvedForwardReference(java.lang.String msg, JsonLocation loc, ReadableObjectId roid)
@Deprecated public UnresolvedForwardReference(java.lang.String msg)
public ReadableObjectId getRoid()
public java.lang.Object getUnresolvedId()
public void addUnresolvedId(java.lang.Object id, java.lang.Class<?> type, JsonLocation where)
public java.util.List<UnresolvedId> getUnresolvedIds()
public java.lang.String getMessage()
JsonMappingException
getMessage
in class JsonMappingException
Copyright © 2010 - 2020 Adobe. All Rights Reserved