Uses of Interface
com.univocity.parsers.common.RowProcessorErrorHandler
-
Packages that use RowProcessorErrorHandler Package Description com.univocity.parsers.common -
-
Uses of RowProcessorErrorHandler in com.univocity.parsers.common
Classes in com.univocity.parsers.common that implement RowProcessorErrorHandler Modifier and Type Class Description (package private) class
NoopRowProcessorErrorHandler
An (singleton) implementation ofRowProcessorErrorHandler
that simply rethrows anyDataProcessingException
that comes into itsNoopRowProcessorErrorHandler.handleError(DataProcessingException, Object[], ParsingContext)
methodFields in com.univocity.parsers.common declared as RowProcessorErrorHandler Modifier and Type Field Description static RowProcessorErrorHandler
NoopRowProcessorErrorHandler. instance
Methods in com.univocity.parsers.common that return RowProcessorErrorHandler Modifier and Type Method Description RowProcessorErrorHandler
CommonSettings. getRowProcessorErrorHandler()
Deprecated.Use theCommonSettings.getProcessorErrorHandler()
method as it allows format-specific error handlers to be built to work with different implementations ofContext
.Methods in com.univocity.parsers.common with parameters of type RowProcessorErrorHandler Modifier and Type Method Description void
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
.
-