//core/io.github.serpro69.kfaker.exception/DictionaryKeyNotFoundException
DictionaryKeyNotFoundException¶
[jvm]\ class DictionaryKeyNotFoundException : Exception
Constructors¶
| DictionaryKeyNotFoundException | [jvm] constructor(message: String)constructor(message: String, throwable: Throwable)constructor(throwable: Throwable) |
Properties¶
| Name | Summary |
|---|---|
| cause | [jvm] open val cause: Throwable? |
| message | [jvm] open val message: String? |