Uses of Class
com.univocity.parsers.common.AbstractException
-
Packages that use AbstractException Package Description com.univocity.parsers.common -
-
Uses of AbstractException in com.univocity.parsers.common
Subclasses of AbstractException 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
class
TextParsingException
Exception type used provide information about any issue that might happen while parsing from a given input.class
TextWritingException
Exception type used provide information about any issue that might happen while writing to a given output.
-