Uses of Interface
com.univocity.parsers.common.ProcessorErrorHandler

Packages that use ProcessorErrorHandler
com.univocity.parsers.common   
 

Uses of ProcessorErrorHandler in com.univocity.parsers.common
 

Subinterfaces of ProcessorErrorHandler in com.univocity.parsers.common
 interface RowProcessorErrorHandler
          The RowProcessorErrorHandler is a callback used by the parser/writer to handle non-fatal DataProcessingExceptions that may occur when processing rows using a RowProcessor or RowWriterProcessor.
 

Classes in com.univocity.parsers.common that implement ProcessorErrorHandler
 class NoopProcessorErrorHandler<T extends Context>
          An (singleton) implementation of ProcessorErrorHandler that simply rethrows any DataProcessingException that comes into its NoopProcessorErrorHandler.handleError(DataProcessingException, Object[], Context)} method
 

Fields in com.univocity.parsers.common declared as ProcessorErrorHandler
static ProcessorErrorHandler NoopProcessorErrorHandler.instance
           
 

Methods in com.univocity.parsers.common that return ProcessorErrorHandler
<T extends Context>
ProcessorErrorHandler<T>
CommonSettings.getProcessorErrorHandler()
          Returns the custom error handler to be used to capture and handle errors that might happen while processing records with a Processor or a RowWriterProcessor (i.e.
 

Methods in com.univocity.parsers.common with parameters of type ProcessorErrorHandler
 void CommonSettings.setProcessorErrorHandler(ProcessorErrorHandler<? extends Context> processorErrorHandler)
          Defines a custom error handler to capture and handle errors that might happen while processing records with a Processor or a RowWriterProcessor (i.e.
 



Copyright © 2016 uniVocity Software Pty Ltd. All rights reserved.