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