Public Member Functions | |
| JSONException (String message) | |
| JSONException (Throwable cause) | |
| Throwable | getCause () |
The JSONException is thrown by the JSON.org classes when things are amiss.
| JSONException | ( | String | message | ) |
Constructs a JSONException with an explanatory message.
| message | Detail about the reason for the exception. |
| JSONException | ( | Throwable | cause | ) |
Constructs a new JSONException with the specified cause.
| Throwable getCause | ( | ) |
Returns the cause of this exception or null if the cause is nonexistent or unknown.