Package org.supercsv.exception
Provides the exceptions that may be thrown by Super CSV.
-
Exception Summary Exception Description SuperCsvCellProcessorException Exception thrown when CellProcessor execution fails (typically due to invalid input) - constraint validating CellProcessors should throwSuperCsvConstraintViolationException
for constraint validation failures.SuperCsvConstraintViolationException Exception thrown by CellProcessors when constraint validation fails.SuperCsvException Generic SuperCSV Exception class.SuperCsvReflectionException Wraps the following reflection related checked exceptions: