Class SailCloseableIteration<E>
java.lang.Object
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<E,RepositoryException>
org.eclipse.rdf4j.common.iteration.ExceptionConvertingIteration<E,RepositoryException>
org.eclipse.rdf4j.repository.sail.SailCloseableIteration<E>
- All Implemented Interfaces:
AutoCloseable,CloseableIteration<E,,RepositoryException> Iteration<E,RepositoryException>
-
Constructor Summary
ConstructorsConstructorDescriptionSailCloseableIteration(CloseableIteration<? extends E, ? extends SailException> iter) -
Method Summary
Modifier and TypeMethodDescriptionprotected RepositoryExceptionConverts an exception from the underlying iteration to an exception of type X.Methods inherited from class org.eclipse.rdf4j.common.iteration.ExceptionConvertingIteration
handleClose, hasNext, next, removeMethods inherited from class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
close, isClosedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.rdf4j.common.iteration.CloseableIteration
stream
-
Constructor Details
-
SailCloseableIteration
-
-
Method Details
-
convert
Description copied from class:ExceptionConvertingIterationConverts an exception from the underlying iteration to an exception of type X.- Specified by:
convertin classExceptionConvertingIteration<E,RepositoryException>
-