Package | Description |
---|---|
com.univocity.parsers.common |
Modifier and Type | Class and Description |
---|---|
class |
DataValidationException
A
DataValidationException is an error thrown during the processing of a record successfully parsed,
but whose data failed to pass a validation defined by annotation Validate |
Modifier and Type | Method and Description |
---|---|
protected DataProcessingException |
DefaultConversionProcessor.toDataProcessingException(Throwable ex,
Object[] row,
int column) |
Modifier and Type | Method and Description |
---|---|
void |
ProcessorErrorHandler.handleError(DataProcessingException error,
Object[] inputRow,
T context)
Handles non-fatal instances of
DataProcessingException that are thrown by a Processor while processing a record parsed from the input,
or from a RowWriterProcessor when processing records for writing. |
void |
NoopProcessorErrorHandler.handleError(DataProcessingException error,
Object[] inputRow,
T context)
Rethrows the
DataProcessingException |
Copyright © 2022 Univocity Software Pty Ltd. All rights reserved.