JSONExceptionpublic class JSONException extends Exception Exception that can be thrown by the different JSON manipulation methods in
this example. |
Constructors Summary |
---|
public JSONException()
| public JSONException(String message)
super(message);
| public JSONException(String message, Throwable cause)
super(message, cause);
| public JSONException(Throwable cause)
super(cause);
|
|