Uses of Class
com.univocity.parsers.common.DataProcessingException
-
Packages that use DataProcessingException Package Description com.univocity.parsers.common -
-
Uses of DataProcessingException in com.univocity.parsers.common
Methods in com.univocity.parsers.common that return DataProcessingException Modifier and Type Method Description protected DataProcessingException
DefaultConversionProcessor. toDataProcessingException(java.lang.Throwable ex, java.lang.Object[] row, int column)
Methods in com.univocity.parsers.common with parameters of type DataProcessingException Modifier and Type Method Description void
NoopProcessorErrorHandler. handleError(DataProcessingException error, java.lang.Object[] inputRow, T context)
Rethrows theDataProcessingException
void
ProcessorErrorHandler. handleError(DataProcessingException error, java.lang.Object[] inputRow, T context)
Handles non-fatal instances ofDataProcessingException
that are thrown by aProcessor
while processing a record parsed from the input, or from aRowWriterProcessor
when processing records for writing.
-