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