NoSuchElementException

Exception thrown when an element (e.g. an enum value from a Quarkdown function argument) does not exist among elements of a look-up table.

Constructors

Link copied to clipboard
constructor(element: Any, values: Array<Enum<*>>)
constructor(element: Any, values: Iterable<*>)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val code: Int
Link copied to clipboard
open val message: String?
Link copied to clipboard