org.openrdf.repository.augur.helpers
Class RepositoryCloseableIteration<E>
java.lang.Object
info.aduna.iteration.CloseableIterationBase<E,X>
info.aduna.iteration.ExceptionConvertingIteration<E,RepositoryException>
org.openrdf.repository.augur.helpers.RepositoryCloseableIteration<E>
- All Implemented Interfaces:
- CloseableIteration<E,RepositoryException>, Iteration<E,RepositoryException>
public class RepositoryCloseableIteration<E>
- extends ExceptionConvertingIteration<E,RepositoryException>
- Author:
- Herko ter Horst
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepositoryCloseableIteration
public RepositoryCloseableIteration(Iteration<? extends E,? extends QueryEvaluationException> iter)
- Parameters:
iter -
convert
protected RepositoryException convert(Exception e)
- Overrides:
convert in class ExceptionConvertingIteration<E,RepositoryException>
Copyright © 2004-2008 Aduna. All Rights Reserved.