Class KeyInvalidException

All Implemented Interfaces:
Serializable

public class KeyInvalidException extends JsonKeyException
This exception is used when a JSON key was malformed in some way.
See Also:
  • Constructor Details

    • KeyInvalidException

      public KeyInvalidException(String reasonForInvalidity)