Package | Description |
---|---|
com.univocity.parsers.common |
Modifier and Type | Method and Description |
---|---|
protected DataProcessingException |
DefaultConversionProcessor.toDataProcessingException(java.lang.Throwable ex,
java.lang.Object[] row,
int column) |
Modifier and Type | Method and Description |
---|---|
void |
NoopRowProcessorErrorHandler.handleError(DataProcessingException error,
java.lang.Object[] inputRow,
ParsingContext context)
Rethrows the
DataProcessingException |
void |
ProcessorErrorHandler.handleError(DataProcessingException error,
java.lang.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,
java.lang.Object[] inputRow,
T context)
Rethrows the
DataProcessingException |
Modifier and Type | Method and Description |
---|---|
private static void |
Internal.throwDataProcessingException(Processor processor,
java.lang.Throwable t,
java.lang.String[] row,
int errorContentLength) |