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, remove
close, isClosed
public QueryInterruptIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> iter, long timeLimit)
protected void throwInterruptedException() throws QueryEvaluationException
TimeLimitIteration
throwInterruptedException
in class TimeLimitIteration<BindingSet,QueryEvaluationException>
QueryEvaluationException
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.