class InvalidDictionaryException : Exception
Thrown when a Dictionary is found to be invalid and cannot be used in the intended way.
<init>
InvalidDictionaryException(message: String? = null, cause: Throwable? = null)
Constructs a new exception.