Package com.univocity.parsers.common
Class Internal
java.lang.Object
com.univocity.parsers.common.Internal
Internal class to keep common internal functions that are used in multiple places.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final <C extends Context>
voidprocess
(String[] row, Processor<C> processor, C context, ProcessorErrorHandler<C> errorHandler) private static final void
throwDataProcessingException
(Processor processor, Throwable t, String[] row, int errorContentLength)
-
Constructor Details
-
Internal
Internal()
-
-
Method Details
-
process
public static final <C extends Context> void process(String[] row, Processor<C> processor, C context, ProcessorErrorHandler<C> errorHandler) -
throwDataProcessingException
private static final void throwDataProcessingException(Processor processor, Throwable t, String[] row, int errorContentLength) throws DataProcessingException - Throws:
DataProcessingException
-