Package net.sf.json
Class JSONException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.json.JSONException
- All Implemented Interfaces:
Serializable
The JSONException is thrown when things are amiss.
- Version:
- 4
- Author:
- JSON.org
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJSONException(String msg) JSONException(String msg, Throwable cause) JSONException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JSONException
public JSONException() -
JSONException
-
JSONException
-
JSONException
-