public class JsonValueException extends JsonException
JsonValueException is a JsonException that indicates
that a JSON value couldn't be processed or failed to fulfill a constraint.| Constructor and Description |
|---|
JsonValueException(String message)
Creates a new
JsonValueException with the given message. |
JsonValueException(String message,
Throwable cause)
Creates a new
JsonValueException with the given message
and cause. |
JsonValueException(Throwable cause)
Creates a new
JsonValueException with the given cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JsonValueException(String message, Throwable cause)
JsonValueException with the given message
and cause.message - The message.cause - The cause of this JsonValueException.public JsonValueException(String message)
JsonValueException with the given message.message - The message.public JsonValueException(Throwable cause)
JsonValueException with the given cause.cause - The cause of this JsonValueException.Copyright © 2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.