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) |
UnresolvedForwardReference |
fillInStackTrace()
This method is overridden to prevent filling of the stack trace when
constructors are called (unfortunately alternative constructors can
not be used due to historical reasons).
|
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() |
UnresolvedForwardReference |
withStackTrace()
"Mutant" factory method for filling in stack trace; needed since the default
constructors will not fill in stack trace.
|
from, from, from, from, from, from, from, from, fromUnexpectedIOE, getLocalizedMessage, getPath, getPathReference, getPathReference, getProcessor, prependPath, prependPath, prependPath, toString, withCause, 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
message
preceded by optional prefix and followed by
location information, message and location information separated by a linefeedpublic UnresolvedForwardReference fillInStackTrace()
withStackTrace()
needs to be called after construction.fillInStackTrace
in class java.lang.Throwable
public UnresolvedForwardReference withStackTrace()
Copyright © 2010 - 2023 Adobe. All Rights Reserved