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 classDataValidationExceptionADataValidationExceptionis 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 DataProcessingException Modifier and Type Method Description protected DataProcessingExceptionDefaultConversionProcessor. 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 voidNoopProcessorErrorHandler. handleError(DataProcessingException error, java.lang.Object[] inputRow, T context)Rethrows theDataProcessingExceptionvoidProcessorErrorHandler. handleError(DataProcessingException error, java.lang.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.
-