NoFollowingElementInIteratorException

class NoFollowingElementInIteratorException(message: String = "There is no following element in the iterator") : NoSuchElementException(source)

Represents exception that is thrown when user tries to get, set, remove, or bypass the next or the previous non-existent element.

Constructors

Link copied to clipboard
constructor(message: String = "There is no following element in the iterator")

Properties

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