Modifier and Type | Field and Description |
---|---|
private ReadableObjectId | |
private List | |
private static final long |
Access | Constructor and Description |
---|---|
public | |
public |
Modifier and Type | Method and Description |
---|---|
public void | |
public synchronized UnresolvedForwardReference | fillInStackTrace()
Overrides java. 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). |
public String | getMessage()
Overrides com. Method is overridden so that we can properly inject description of problem path, if such is defined. |
public ReadableObjectId | |
public Object | |
public List | |
public UnresolvedForwardReference | withStackTrace()
"Mutant" factory method for filling in stack trace; needed since the default constructors will not fill in stack trace. |
_roid | back to summary |
---|---|
private ReadableObjectId _roid |
_unresolvedIds | back to summary |
---|---|
private List<UnresolvedId> _unresolvedIds |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides com. |
UnresolvedForwardReference | back to summary |
---|---|
public UnresolvedForwardReference(JsonParser p, String msg, JsonLocation loc, ReadableObjectId roid)
|
UnresolvedForwardReference | back to summary |
---|---|
public UnresolvedForwardReference(JsonParser p, String msg)
|
addUnresolvedId | back to summary |
---|---|
public void addUnresolvedId(Object id, Class<?> type, JsonLocation where) |
fillInStackTrace | back to summary |
---|---|
public synchronized UnresolvedForwardReference fillInStackTrace() Overrides java. 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).
To explicitly fill in stack traces method
|
getMessage | back to summary |
---|---|
public String getMessage() Overrides com. Doc from com. Method is overridden so that we can properly inject description of problem path, if such is defined.
|
getRoid | back to summary |
---|---|
public ReadableObjectId getRoid() |
getUnresolvedId | back to summary |
---|---|
public Object getUnresolvedId() |
getUnresolvedIds | back to summary |
---|---|
public List |
withStackTrace | back to summary |
---|---|
public UnresolvedForwardReference withStackTrace() "Mutant" factory method for filling in stack trace; needed since the default constructors will not fill in stack trace.
|