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