- 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
public class IteratorEndOfDataException extends DRException
Exception thrown if attempting to callTokenValuedIterator.stepNext()
after it has already returned false.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IteratorEndOfDataException()
Creates 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
-
-