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
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
.
-