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 classAn (singleton) implementation ofRowProcessorErrorHandlerthat simply rethrows anyDataProcessingExceptionthat comes into itsNoopRowProcessorErrorHandler.handleError(DataProcessingException, Object[], ParsingContext)methodFields in com.univocity.parsers.common declared as RowProcessorErrorHandlerModifier and TypeFieldDescriptionstatic final RowProcessorErrorHandlerNoopRowProcessorErrorHandler.instanceMethods in com.univocity.parsers.common that return RowProcessorErrorHandlerMethods in com.univocity.parsers.common with parameters of type RowProcessorErrorHandlerModifier and TypeMethodDescriptionvoidCommonSettings.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.