Class ExceptionConvertingIteration<E,X extends RuntimeException>

java.lang.Object
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<E>
org.eclipse.rdf4j.common.iteration.ExceptionConvertingIteration<E,X>
All Implemented Interfaces:
AutoCloseable, Iterator<E>, CloseableIteration<E>

@Deprecated(since="4.1.0") public abstract class ExceptionConvertingIteration<E,X extends RuntimeException> extends AbstractCloseableIteration<E>
Deprecated.
A CloseableIteration that converts an arbitrary iteration to an iteration with exceptions of type X. Subclasses need to override
invalid reference
#convert(Exception)
to do the conversion.