Class NoopProcessorErrorHandler<T extends Context>

java.lang.Object
com.univocity.parsers.common.NoopProcessorErrorHandler<T>
Type Parameters:
T - the Context type provided by the parser implementation.
All Implemented Interfaces:
ProcessorErrorHandler<T>

public final class NoopProcessorErrorHandler<T extends Context> extends Object implements ProcessorErrorHandler<T>
An (singleton) implementation of ProcessorErrorHandler that simply rethrows any DataProcessingException that comes into its handleError(DataProcessingException, Object[], Context)} method
See Also: