Class JsonKeyException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
KeyDifferentTypeException, KeyInvalidException, KeyNotFoundException

public class JsonKeyException extends JsonException
A class representing all possible exceptions that could occur with any JSON key.
See Also:
  • Constructor Details

    • JsonKeyException

      public JsonKeyException(String reasonForInvalidity)