org.eigenbase.runtime
Class TupleIter.TimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
TupleIter.TimeoutException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TupleIter.TimeoutException

public TupleIter.TimeoutException()