Class JSONException

All Implemented Interfaces:
Serializable

public class JSONException extends RuntimeException
An exception that can be thrown when an interaction with a JSON data structure fails.
See Also:
  • Constructor Details

    • JSONException

      public JSONException()
      Constructs a new JSONException.
    • JSONException

      public JSONException(String message)
      Constructs a new JSONException with the specified message.
    • JSONException

      public JSONException(String message, Throwable cause)
      Constructs a new JSONException with the specified message and cause.
    • JSONException

      public JSONException(Throwable cause)
      Constructs a new JSONException with the specified cause.