Uses of Class
com.univocity.parsers.common.TextParsingException
-
Packages that use TextParsingException Package Description com.univocity.parsers.common -
-
Uses of TextParsingException in com.univocity.parsers.common
Subclasses of TextParsingException in com.univocity.parsers.common Modifier and Type Class Description class
DataProcessingException
ADataProcessingException
is an error thrown during the processing of a record successfully parsed.class
DataValidationException
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 TextParsingException Modifier and Type Method Description private TextParsingException
AbstractParser. handleException(java.lang.Throwable ex)
-