public final class UnresolvedForwardReference extends JsonMappingException
JsonMappingException.Reference
_path
Constructor and Description |
---|
UnresolvedForwardReference(String msg) |
UnresolvedForwardReference(String msg,
com.fasterxml.jackson.core.JsonLocation loc,
ReadableObjectId roid) |
Modifier and Type | Method and Description |
---|---|
void |
addUnresolvedId(Object id,
Class<?> type,
com.fasterxml.jackson.core.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, fromUnexpectedIOE, getLocalizedMessage, getPath, getPathReference, getPathReference, prependPath, prependPath, prependPath, toString, wrapWithPath, wrapWithPath, wrapWithPath
getLocation, getMessageSuffix, getOriginalMessage
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public UnresolvedForwardReference(String msg, com.fasterxml.jackson.core.JsonLocation loc, ReadableObjectId roid)
public UnresolvedForwardReference(String msg)
public ReadableObjectId getRoid()
public Object getUnresolvedId()
public void addUnresolvedId(Object id, Class<?> type, com.fasterxml.jackson.core.JsonLocation where)
public List<UnresolvedId> getUnresolvedIds()
public String getMessage()
JsonMappingException
getMessage
in class JsonMappingException
Copyright © 2014-2015 FasterXML. All Rights Reserved.