Package org.kordamp.json
Class JSONException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kordamp.json.JSONException
- All Implemented Interfaces:
Serializable
The JSONException is thrown when things are amiss.
- Version:
- 4
- See Also:
-
Field Summary
Fields -
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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
JSONException
public JSONException() -
JSONException
-
JSONException
-
JSONException
-