Class JsonParseException

All Implemented Interfaces:
Serializable

public class JsonParseException extends JsonException
This class represents an exception which is thrown when attempting to parse an invalid JSON structure.
See Also:
  • Constructor Details

    • JsonParseException

      public JsonParseException(String message)