Class JSONException

    • Constructor Detail

      • JSONException

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

        public JSONException​(Throwable t)
        Deprecated.
      • JSONException

        public JSONException​(String message,
                             Throwable t)
        Deprecated.