java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pervasive.datarush.exceptions.DRException
com.pervasive.datarush.sequences.IteratorEndOfDataException
- All Implemented Interfaces:
Serializable
Exception thrown if attempting to call
TokenValuedIterator.stepNext() after it
has already returned false.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates anIteratorEndOfDataException, initialized with the default message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IteratorEndOfDataException
public IteratorEndOfDataException()Creates anIteratorEndOfDataException, initialized with the default message.
-