intellij-randomness / com.fwdekker.randomness.word / InvalidDictionaryException

InvalidDictionaryException

class InvalidDictionaryException : Exception

Thrown when a Dictionary is found to be invalid and cannot be used in the intended way.

Parameters

message - the detail message

cause - the cause

Constructors

<init>

InvalidDictionaryException(message: String? = null, cause: Throwable? = null)

Thrown when a Dictionary is found to be invalid and cannot be used in the intended way.