Class JsonException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JsonParseException

public class JsonException extends RuntimeException
This class represents an exception which is thrown when attempting operations that are unsuccessful.
See Also:
  • Constructor Details

    • JsonException

      public JsonException(String message)