Class JSONException

  • All Implemented Interfaces:
    Serializable

    public class JSONException
    extends RuntimeException
    JSON Exception.
    This API is compatible with org.json Java API, but uses Google GSON library under the hood. The main reason why we created this wrapper is because the maintainer of the project org.json are not open to support ordered attributes as an option.
    Author:
    Luca Garulli ([email protected])
    See Also:
    Serialized Form
    • Constructor Detail

      • JSONException

        public JSONException()
      • JSONException

        public JSONException​(String message)
      • JSONException

        public JSONException​(String message,
                             Throwable cause)