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, wrapWithPathclearLocation, getLocation, getMessageSuffix, getOriginalMessageaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic 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()
JsonMappingExceptiongetMessage in class JsonMappingExceptionCopyright © 2008–2019 FasterXML. All rights reserved.