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) classNoopRowProcessorErrorHandlerAn (singleton) implementation ofRowProcessorErrorHandlerthat simply rethrows anyDataProcessingExceptionthat comes into itsNoopRowProcessorErrorHandler.handleError(DataProcessingException, Object[], ParsingContext)methodFields in com.univocity.parsers.common declared as RowProcessorErrorHandler Modifier and Type Field Description static RowProcessorErrorHandlerNoopRowProcessorErrorHandler. instanceMethods in com.univocity.parsers.common that return RowProcessorErrorHandler Modifier and Type Method Description RowProcessorErrorHandlerCommonSettings. 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 voidCommonSettings. 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.
-