public class JSONException extends RuntimeException
Constructor and Description |
---|
JSONException()
Constructs a new JSONException.
|
JSONException(String message)
Constructs a new JSONException with the specified message.
|
JSONException(String message,
Throwable cause)
Constructs a new JSONException with the specified message and cause.
|
JSONException(Throwable cause)
Constructs a new JSONException with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
public JSONException()
public JSONException(String message)
public JSONException(String message, Throwable cause)
public JSONException(Throwable cause)
Copyright © 2018. All rights reserved.