public class SuperCsvConstraintViolationException extends SuperCsvCellProcessorException
Prior to 2.0.0, there was no way to distinguish between constraint validation failures and other exceptions thrown during CellProcessor execution - this class exists for that purpose.
| Constructor and Description | 
|---|
| SuperCsvConstraintViolationException(String msg,
                                    CsvContext context,
                                    CellProcessor processor)Constructs a new SuperCsvConstraintViolationException. | 
| SuperCsvConstraintViolationException(String msg,
                                    CsvContext context,
                                    CellProcessor processor,
                                    Throwable t)Constructs a new SuperCsvConstraintViolationException. | 
getProcessor, toStringgetCsvContextaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic SuperCsvConstraintViolationException(String msg, CsvContext context, CellProcessor processor)
msg - the exception messagecontext - the CSV contextprocessor - the cell processor that was executingpublic SuperCsvConstraintViolationException(String msg, CsvContext context, CellProcessor processor, Throwable t)
msg - the exception messagecontext - the CSV contextprocessor - the cell processor that was executingt - the nested exceptionCopyright © 2007-2013 Super CSV. All Rights Reserved.