Uses of Class
org.supercsv.exception.SuperCsvException
-
Packages that use SuperCsvException Package Description org.supercsv.exception Provides the exceptions that may be thrown by Super CSV. -
-
Uses of SuperCsvException in org.supercsv.exception
Subclasses of SuperCsvException in org.supercsv.exception Modifier and Type Class Description class
SuperCsvCellProcessorException
Exception thrown when CellProcessor execution fails (typically due to invalid input) - constraint validating CellProcessors should throwSuperCsvConstraintViolationException
for constraint validation failures.class
SuperCsvConstraintViolationException
Exception thrown by CellProcessors when constraint validation fails.class
SuperCsvReflectionException
Wraps the following reflection related checked exceptions:
-