Class SilentIteration<T,E extends Exception>

All Implemented Interfaces:
AutoCloseable, CloseableIteration<T,E>, Iteration<T,E>
Direct Known Subclasses:
SilentIteration

@Deprecated(since="4.1.0") public class SilentIteration<T,E extends Exception> extends IterationWrapper<T,E>
Deprecated.
An IterationWrapper that silently ignores any errors that occur during processing.
  • Field Details

    • logger

      private static final org.slf4j.Logger logger
      Deprecated.
  • Constructor Details

  • Method Details