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
public class JSONException extends RuntimeException
The JSONException is thrown when things are amiss.- Version:
- 4
- Author:
- JSON.org
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JSONException()JSONException(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
-
-