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 TypeClassDescriptionclassADataValidationExceptionis an error thrown during the processing of a record successfully parsed, but whose data failed to pass a validation defined by annotationValidateMethods in com.univocity.parsers.common that return DataProcessingExceptionModifier and TypeMethodDescriptionprotected DataProcessingExceptionDefaultConversionProcessor.toDataProcessingException(Throwable ex, Object[] row, int column) Methods in com.univocity.parsers.common with parameters of type DataProcessingExceptionModifier and TypeMethodDescriptionvoidNoopProcessorErrorHandler.handleError(DataProcessingException error, Object[] inputRow, T context) Rethrows theDataProcessingExceptionvoidNoopRowProcessorErrorHandler.handleError(DataProcessingException error, Object[] inputRow, ParsingContext context) Rethrows theDataProcessingExceptionvoidProcessorErrorHandler.handleError(DataProcessingException error, Object[] inputRow, T context) Handles non-fatal instances ofDataProcessingExceptionthat are thrown by aProcessorwhile processing a record parsed from the input, or from aRowWriterProcessorwhen processing records for writing.Methods in com.univocity.parsers.common that throw DataProcessingExceptionModifier and TypeMethodDescriptionprivate static final voidInternal.throwDataProcessingException(Processor processor, Throwable t, String[] row, int errorContentLength)