ElementAccessInEmptyCollectionException

class ElementAccessInEmptyCollectionException(message: String = "Cannot access the element of the empty collection") : NoSuchElementException(source)

Constructors

Link copied to clipboard
constructor(message: String = "Cannot access the element of the empty collection")

Properties

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