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