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 classSuperCsvCellProcessorExceptionException thrown when CellProcessor execution fails (typically due to invalid input) - constraint validating CellProcessors should throwSuperCsvConstraintViolationExceptionfor constraint validation failures.classSuperCsvConstraintViolationExceptionException thrown by CellProcessors when constraint validation fails.classSuperCsvReflectionExceptionWraps the following reflection related checked exceptions:
-