public class JsonHandlingException extends JsonProcessingException
JsonHandlingException is a JsonProcessingException that
indicates that a JsonHandler couldn't handle an event in one of the
callback methods.| Constructor and Description |
|---|
JsonHandlingException(String message)
Creates a new
JsonStateException with the given message. |
JsonHandlingException(String message,
Throwable cause)
Creates a new
JsonStateException with the given message and
cause. |
JsonHandlingException(Throwable cause)
Creates a new
JsonStateException with the given cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JsonHandlingException(String message, Throwable cause)
JsonStateException with the given message and
cause.message - The message.cause - The cause of this JsonStateException.public JsonHandlingException(String message)
JsonStateException with the given message.message - The message.public JsonHandlingException(Throwable cause)
JsonStateException with the given cause.cause - The cause of this JsonStateException.Copyright © 2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.