Package 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, org.apache.commons.lang.exception.Nestable

public class JSONException extends org.apache.commons.lang.exception.NestableRuntimeException
The JSONException is thrown when things are amiss.
Version:
4
See Also:
  • Field Details

  • Constructor Details

    • JSONException

      public JSONException()
    • JSONException

      public JSONException(String msg)
    • JSONException

      public JSONException(String msg, Throwable cause)
    • JSONException

      public JSONException(Throwable cause)