public final class MissingJsonValueException extends JsonValueException
MissingJsonValueException is a JsonValueException indicates
that a JSON structure has no JSON value for a given index.| Constructor and Description |
|---|
MissingJsonValueException(String message)
Creates a new
MissingJsonValueException with the given message. |
MissingJsonValueException(String message,
Throwable cause)
Creates a new
MissingJsonValueException with the given message
and cause. |
MissingJsonValueException(Throwable cause)
Creates a new
MissingJsonValueException with the given cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MissingJsonValueException(String message, Throwable cause)
MissingJsonValueException with the given message
and cause.message - The message.cause - The cause of this MissingJsonValueException.public MissingJsonValueException(String message)
MissingJsonValueException with the given message.message - The message.public MissingJsonValueException(Throwable cause)
MissingJsonValueException with the given cause.cause - The cause of this MissingJsonValueException.Copyright © 2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.