Uses of Class
com.univocity.parsers.common.DataProcessingException
Packages that use DataProcessingException
-
Uses of DataProcessingException in com.univocity.parsers.common
Subclasses of DataProcessingException in com.univocity.parsers.commonModifier and TypeClassDescriptionclass
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 DataProcessingExceptionModifier and TypeMethodDescriptionprotected DataProcessingException
DefaultConversionProcessor.toDataProcessingException
(Throwable ex, Object[] row, int column) Methods in com.univocity.parsers.common with parameters of type DataProcessingExceptionModifier and TypeMethodDescriptionvoid
NoopProcessorErrorHandler.handleError
(DataProcessingException error, Object[] inputRow, T context) Rethrows theDataProcessingException
void
NoopRowProcessorErrorHandler.handleError
(DataProcessingException error, Object[] inputRow, ParsingContext context) Rethrows theDataProcessingException
void
ProcessorErrorHandler.handleError
(DataProcessingException error, 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 DataProcessingExceptionModifier and TypeMethodDescriptionprivate static final void
Internal.throwDataProcessingException
(Processor processor, Throwable t, String[] row, int errorContentLength)