Class IteratorEndOfDataException

All Implemented Interfaces:
Serializable

public class IteratorEndOfDataException extends DRException
Exception thrown if attempting to call TokenValuedIterator.stepNext() after it has already returned false.
See Also:
  • Constructor Details

    • IteratorEndOfDataException

      public IteratorEndOfDataException()
      Creates an IteratorEndOfDataException, initialized with the default message.