Class InvalidIteratorException

All Implemented Interfaces:
Serializable

public final class InvalidIteratorException extends OperationException
Exception thrown when an operation on an iterator is considered invalid, i.e. while attempting to dereference an iterator that is pointing to the end of a collection.
See Also:
  • Constructor Details

    • InvalidIteratorException

      public InvalidIteratorException(String message)