org.json.JSONException
The JSONException is thrown by the JSON.org classes then things are amiss.
Summary
Public Constructors
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
JSONException(String message)
Constructs a JSONException with an explanatory message.
Parameters
message
| Detail about the reason for the exception.
|