Class JSONException

All Implemented Interfaces:
Serializable

public class JSONException extends RuntimeException
The JSONException is thrown by the JSON.org classes then things are amiss.
See Also:
  • Constructor Details

    • JSONException

      public JSONException(String message)
      Constructs a JSONException with an explanatory message.
      Parameters:
      message - Detail about the reason for the exception.
    • JSONException

      public JSONException(Throwable t)
  • Method Details