T
- public class RepositoryExceptionConvertingIteration<T> extends ExceptionConvertingIteration<T,QueryEvaluationException>
RepositoryResult
exceptions to QueryEvaluationException
.Constructor and Description |
---|
RepositoryExceptionConvertingIteration(Iteration<? extends T,? extends Exception> iter) |
Modifier and Type | Method and Description |
---|---|
protected QueryEvaluationException |
convert(Exception e)
Converts an exception from the underlying iteration to an exception of type X.
|
handleClose, hasNext, next, remove
close, isClosed
protected QueryEvaluationException convert(Exception e)
ExceptionConvertingIteration
convert
in class ExceptionConvertingIteration<T,QueryEvaluationException>
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.