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 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.
-