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.