Class JSONException

All Implemented Interfaces:
Serializable

public class JSONException extends Exception
An exception thrown to indicate an anomaly during JSON parsing.
Author:
Chris Burdess
See Also:
  • Constructor Details

    • JSONException

      public JSONException()
      Constructor for a JSON exception with no message.
    • JSONException

      public JSONException(String message)
      Constructor for a JSON exception with the specified message.
      Parameters:
      message - the exception message
    • JSONException

      public JSONException(String message, Throwable cause)
      Constructor for a JSON exception with the specified message and underlying cause.
      Parameters:
      message - the exception message
      cause - the underlying cause of this message