net.sf.json
Class JSONException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.lang.exception.NestableRuntimeException
net.sf.json.JSONException
- All Implemented Interfaces:
- Serializable, Nestable
public class JSONException
- extends NestableRuntimeException
The JSONException is thrown when things are amiss.
- Version:
- 4
- Author:
- JSON.org
- See Also:
- Serialized Form
Methods inherited from class org.apache.commons.lang.exception.NestableRuntimeException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
JSONException
public JSONException()
JSONException
public JSONException(String msg)
JSONException
public JSONException(String msg,
Throwable cause)
JSONException
public JSONException(Throwable cause)