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 RepositoryException
Converts 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, remove
Methods inherited from class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
close, isClosed
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.rdf4j.common.iteration.CloseableIteration
stream
-
Constructor Details
-
SailCloseableIteration
-
-
Method Details
-
convert
Description copied from class:ExceptionConvertingIteration
Converts an exception from the underlying iteration to an exception of type X.- Specified by:
convert
in classExceptionConvertingIteration<E,
RepositoryException>
-