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
Subclasses of DataProcessingException in com.univocity.parsers.common Modifier and Type Class Description class
DataValidationException
ADataValidationException
is an error thrown during the processing of a record successfully parsed, but whose data failed to pass a validation defined by annotationValidate
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
NoopRowProcessorErrorHandler. handleError(DataProcessingException error, java.lang.Object[] inputRow, ParsingContext 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.Methods in com.univocity.parsers.common that throw DataProcessingException Modifier and Type Method Description private static void
Internal. throwDataProcessingException(Processor processor, java.lang.Throwable t, java.lang.String[] row, int errorContentLength)
-