Class ExceptionConvertingIteration<E,​X extends Exception>

    • Constructor Detail

      • ExceptionConvertingIteration

        protected ExceptionConvertingIteration​(Iteration<? extends E,​? extends Exception> iter)
        Creates a new ExceptionConvertingIteration that operates on the supplied iteration.
        Parameters:
        iter - The Iteration that this ExceptionConvertingIteration operates on, must not be null.