class DictionaryKeyNotFoundException: Exception
Constructors
<init>
constructor(message: String)
Parameters
| Name | Description |
|---|---|
message: String
|
<init>
constructor(message: String, throwable: Throwable)
Parameters
| Name | Description |
|---|---|
message: String
|
|
throwable: Throwable
|
<init>
constructor(throwable: Throwable)
Parameters
| Name | Description |
|---|---|
throwable: Throwable
|