Package | Description |
---|---|
com.univocity.parsers.common |
Modifier and Type | Method | 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 | 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. |