Package | Description |
---|---|
com.univocity.parsers.common |
Modifier and Type | Class and Description |
---|---|
(package private) class |
NoopRowProcessorErrorHandler
An (singleton) implementation of
RowProcessorErrorHandler that simply rethrows any DataProcessingException
that comes into its NoopRowProcessorErrorHandler.handleError(DataProcessingException, Object[], ParsingContext) method |
Modifier and Type | Field and Description |
---|---|
static RowProcessorErrorHandler |
NoopRowProcessorErrorHandler.instance |
Modifier and Type | Method and Description |
---|---|
RowProcessorErrorHandler |
CommonSettings.getRowProcessorErrorHandler()
Deprecated.
Use the
CommonSettings.getProcessorErrorHandler() method as it allows format-specific error handlers to be built to work with different implementations of Context .
Implementations based on RowProcessorErrorHandler allow only parsers who provide a ParsingContext to be used. |
Modifier and Type | Method and Description |
---|---|
void |
CommonSettings.setRowProcessorErrorHandler(RowProcessorErrorHandler rowProcessorErrorHandler)
Deprecated.
Use the
CommonSettings.setProcessorErrorHandler(ProcessorErrorHandler) method as it allows format-specific error handlers to be built to work with different implementations of Context .
Implementations based on RowProcessorErrorHandler allow only parsers who provide a ParsingContext to be used. |