public final class JsonReferenceException extends ProcessingException
This exception is used by JsonRef
and JsonPointer
to
signify errors.
Note however that this is not the exception thrown if inputs are null:
in this case a JsonReferenceError
(unchecked) is thrown.
JsonRef
,
JsonPointer
,
Serialized FormConstructor and Description |
---|
JsonReferenceException(ProcessingMessage message) |
JsonReferenceException(ProcessingMessage message,
Throwable e) |
getMessage, getProcessingMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JsonReferenceException(ProcessingMessage message)
public JsonReferenceException(ProcessingMessage message, Throwable e)
Copyright © 2013. All Rights Reserved.