protected class AbstractParserQuery.QueryInterruptIteration extends TimeLimitIteration<BindingSet,QueryEvaluationException>
wrappedIter| Constructor and Description | 
|---|
| QueryInterruptIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> iter,
                       long timeLimit) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | throwInterruptedException()If the iteration is interrupted by its time limit, this method is called to generate and throw the appropriate
 exception. | 
handleClose, hasNext, next, removeclose, isClosedpublic QueryInterruptIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> iter, long timeLimit)
protected void throwInterruptedException()
                                  throws QueryEvaluationException
TimeLimitIterationthrowInterruptedException in class TimeLimitIteration<BindingSet,QueryEvaluationException>QueryEvaluationExceptionCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.