Uses of Interface
com.univocity.parsers.common.RowProcessorErrorHandler
Packages that use RowProcessorErrorHandler
-
Uses of RowProcessorErrorHandler in com.univocity.parsers.common
Classes in com.univocity.parsers.common that implement RowProcessorErrorHandlerModifier and TypeClassDescription(package private) final class
An (singleton) implementation ofRowProcessorErrorHandler
that simply rethrows anyDataProcessingException
that comes into itsNoopRowProcessorErrorHandler.handleError(DataProcessingException, Object[], ParsingContext)
methodFields in com.univocity.parsers.common declared as RowProcessorErrorHandlerModifier and TypeFieldDescriptionstatic final RowProcessorErrorHandler
NoopRowProcessorErrorHandler.instance
Methods in com.univocity.parsers.common that return RowProcessorErrorHandlerMethods in com.univocity.parsers.common with parameters of type RowProcessorErrorHandlerModifier and TypeMethodDescriptionvoid
CommonSettings.setRowProcessorErrorHandler
(RowProcessorErrorHandler rowProcessorErrorHandler) Deprecated.Use theCommonSettings.setProcessorErrorHandler(ProcessorErrorHandler)
method as it allows format-specific error handlers to be built to work with different implementations ofContext
.
CommonSettings.getProcessorErrorHandler()
method as it allows format-specific error handlers to be built to work with different implementations ofContext
.