| Package | Description |
|---|---|
| com.univocity.parsers.common | |
| com.univocity.parsers.csv | |
| com.univocity.parsers.tsv |
| 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 |
|---|---|
CommonSettings |
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. |
| Modifier and Type | Method and Description |
|---|---|
CsvParserSettings |
CsvParserSettings.setRowProcessorErrorHandler(RowProcessorErrorHandler rowProcessorErrorHandler)
Deprecated.
Use the
CsvParserSettings.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. |
| Modifier and Type | Method and Description |
|---|---|
TsvParserSettings |
TsvParserSettings.setRowProcessorErrorHandler(RowProcessorErrorHandler rowProcessorErrorHandler)
Deprecated.
Use the
TsvParserSettings.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 © 2024. All rights reserved.