public class SimplifiedJsonTokener.SimplifiedJsonException extends Exception
| Constructor and Description |
|---|
SimplifiedJsonException(String message)
Constructs a JSONException with an explanatory message.
|
SimplifiedJsonException(Throwable cause)
Constructs a new JSONException with the specified cause.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
Returns the cause of this exception or null if the cause is nonexistent
or unknown.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SimplifiedJsonException(String message)
message - Detail about the reason for the exception.public SimplifiedJsonException(Throwable cause)
cause - the cause of this exceptionCopyright © 2023 continual.io. All rights reserved.