Package org.daypilot.json
Class JSONException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.daypilot.json.JSONException
-
- All Implemented Interfaces:
java.io.Serializable
public class JSONException extends java.lang.RuntimeException
The JSONException is thrown by the JSON.org classes then things are amiss.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JSONException(java.lang.String message)
Constructs a JSONException with an explanatory message.JSONException(java.lang.Throwable t)
-
Method Summary
Modifier and Type Method Description java.lang.Throwable
getCause()
-