| Package | Description |
|---|---|
| com.univocity.parsers.common |
| 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. |
Copyright © 2018 Univocity Software Pty Ltd. All rights reserved.