public class JSONException extends RuntimeException
The JSONException is thrown by the JSON.org classes then things are amiss.
| Constructor and description |
|---|
JSONException(String message)Constructs a JSONException with an explanatory message. |
JSONException(Throwable t) |
| Methods inherited from class | Name |
|---|---|
class RuntimeException |
addSuppressed, equals, fillInStackTrace, getCause, getClass, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, hashCode, initCause, notify, notifyAll, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString, wait, wait, wait |