The Iterator's hasNext() will return false if the wrapped feature reader's hasNext method throws an exception. If next() throws an exception a NoSuchElementException will be thrown.
{@link #close()} shall be called before disposing the iterator. Before propagating an exceptionfrom {@link #next()} or eating an exception from the underlying feature reader at{@link #hasNext()}, this iterator will auto-close.
@author jeichar @author Jody Garnett @author Gabriel Roldan @source $URL$
|
|