org.json
Class JSONException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.json.JSONException
- All Implemented Interfaces:
- Serializable
public class JSONException
- extends Exception
The JSONException is thrown by the JSON.org classes then things are amiss.
- See Also:
- Serialized Form
|
Constructor Summary |
JSONException(String message)
Constructs a JSONException with an explanatory message. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JSONException
public JSONException(String message)
- Constructs a JSONException with an explanatory message.
- Parameters:
message - Detail about the reason for the exception.
Please submit a feedback, bug or feature