public class JsonException extends RuntimeException
| Constructor and Description |
|---|
JsonException(String message)
Constructs a JSONException with an explanatory message.
|
JsonException(String message,
Throwable cause)
Constructs a JSONException with an explanatory message and cause.
|
JsonException(Throwable cause)
Constructs a new JSONException with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JsonException(String message)
message - Detail about the reason for the exception.public JsonException(String message, Throwable cause)
message - Detail about the reason for the exception.cause - The cause.public JsonException(Throwable cause)
cause - The cause.Copyright © 2018 Terra Software Informatics LLC.. All rights reserved.