public class UnresolvedForwardReference extends JsonMappingException
JsonMappingException.Reference
_path, _processor
_location
Constructor and Description |
---|
UnresolvedForwardReference(JsonParser p,
String msg) |
UnresolvedForwardReference(JsonParser p,
String msg,
JsonLocation loc,
ReadableObjectId roid) |
UnresolvedForwardReference(String msg)
Deprecated.
Since 2.7
|
UnresolvedForwardReference(String msg,
JsonLocation loc,
ReadableObjectId roid)
Deprecated.
Since 2.7
|
Modifier and Type | Method and Description |
---|---|
void |
addUnresolvedId(Object id,
Class<?> type,
JsonLocation where) |
String |
getMessage()
Method is overridden so that we can properly inject description
of problem path, if such is defined.
|
ReadableObjectId |
getRoid() |
Object |
getUnresolvedId() |
List<UnresolvedId> |
getUnresolvedIds() |
_appendPathDesc, _buildMessage, from, from, from, from, from, from, from, from, fromUnexpectedIOE, getLocalizedMessage, getPath, getPathReference, getPathReference, getProcessor, prependPath, prependPath, prependPath, toString, wrapWithPath, wrapWithPath, wrapWithPath
getLocation, getMessageSuffix, getOriginalMessage
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public UnresolvedForwardReference(JsonParser p, String msg, JsonLocation loc, ReadableObjectId roid)
public UnresolvedForwardReference(JsonParser p, String msg)
@Deprecated public UnresolvedForwardReference(String msg, JsonLocation loc, ReadableObjectId roid)
@Deprecated public UnresolvedForwardReference(String msg)
public ReadableObjectId getRoid()
public Object getUnresolvedId()
public void addUnresolvedId(Object id, Class<?> type, JsonLocation where)
public List<UnresolvedId> getUnresolvedIds()
public String getMessage()
JsonMappingException
getMessage
in class JsonMappingException
Copyright © 2008–2016 FasterXML. All rights reserved.