org.eigenbase.runtime
Class TupleIter.TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eigenbase.runtime.TupleIter.TimeoutException
- All Implemented Interfaces:
- Serializable
- Enclosing interface:
- TupleIter
public static class TupleIter.TimeoutException
- extends RuntimeException
One way to indicate that TupleIter.fetchNext()
timed-out. The other
way is to return TupleIter.NoDataReason.UNDERFLOW
. See TupleIter.setTimeout(long, boolean)
. Since throwing this exception is optional for
fetchNext, it is a RuntimeException.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TupleIter.TimeoutException
public TupleIter.TimeoutException()