Class JSONException

All Implemented Interfaces:
Serializable

public class JSONException extends RuntimeException
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)