data class NoSuchElementException: BaseException
Fields
Name | Description |
---|---|
val elementName: String
|
Constructors
<init>
constructor(elementName: String)
Parameters
Name | Description |
---|---|
elementName: String
|
Methods
toIllegalArgumentException
fun toIllegalArgumentException(): IllegalArgumentException
ReturnValue
Name | Description |
---|---|
IllegalArgumentException
|