Class RepositoryExceptionConvertingIteration<T>

Type Parameters:
T -
All Implemented Interfaces:
AutoCloseable, CloseableIteration<T,QueryEvaluationException>, Iteration<T,QueryEvaluationException>

@Deprecated(since="4.1.0", forRemoval=true) public class RepositoryExceptionConvertingIteration<T> extends ExceptionConvertingIteration<T,QueryEvaluationException>
Deprecated, for removal: This API element is subject to removal in a future version.
Convenience iteration to convert RepositoryResult exceptions to QueryEvaluationException.
Author:
Andreas Schwarte