Class JSONException

All Implemented Interfaces:
Serializable

public class JSONException extends Exception
The JSONException is thrown by the JSON.org classes when things are amiss.

See Also:
  • Constructor Details

    • JSONException

      public JSONException(String message)
      Constructs a JSONException with an explanatory message.

      Parameters:
      message - details about the reason for the exception
    • JSONException

      Constructs a JSONException with an explanatory message.

      Parameters:
      t - the throwable that was thrown
  • Method Details