Package com.complexible.common.base
Class HandlerBackedIterator.ProducerFinished
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.complexible.common.base.HandlerBackedIterator.ProducerFinished
- All Implemented Interfaces:
Serializable
- Enclosing class:
HandlerBackedIterator<T>
Can be thrown out of
Consumer.accept(Object) to indicate that the producer must stop generating data.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProducerFinished
public ProducerFinished()
-