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