JSONExceptionpublic class JSONException extends Exception The JSONException is thrown by the JSON.org classes then things are amiss. |
Constructors Summary |
---|
public JSONException(String message)Constructs a JSONException with an explanatory message.
super(message);
|
|