Class JSONException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JSONPointerException

public class JSONException extends RuntimeException
See Also:
  • Constructor Details

    • JSONException

      public JSONException(String message)
    • JSONException

      public JSONException(String message, Object... tokens)
    • JSONException

      public JSONException(Exception e)