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
 class RetryableErrorHandler<T extends Context>
          A ProcessorErrorHandler implementation that gives the user a chance to provide a default value for columns that could not be processed due to an exception, through the method RetryableErrorHandler.setDefaultValue(Object).
 

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 DataProcessingException.markAsHandled(ProcessorErrorHandler handler)
          Marks the error as handled so it doesn't trigger a ProcessorErrorHandler again.
 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 © 2018 uniVocity Software Pty Ltd. All rights reserved.