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 Form| Constructor and Description |
|---|
JsonReferenceException(ProcessingMessage message) |
JsonReferenceException(ProcessingMessage message,
Throwable e) |
getMessage, getProcessingMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JsonReferenceException(ProcessingMessage message)
public JsonReferenceException(ProcessingMessage message, Throwable e)
Copyright © 2013. All Rights Reserved.