public final class TagContextDeserializationException extends Exception
TagContext cannot be parsed.| Constructor and Description |
|---|
TagContextDeserializationException(String message)
Constructs a new
TagContextParseException with the given message. |
TagContextDeserializationException(String message,
Throwable cause)
Constructs a new
TagContextParseException with the given message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TagContextDeserializationException(String message)
TagContextParseException with the given message.message - a message describing the error.