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(java.lang.String msg,
CsvContext context,
CellProcessor processor)
Constructs a new SuperCsvConstraintViolationException.
|
SuperCsvConstraintViolationException(java.lang.String msg,
CsvContext context,
CellProcessor processor,
java.lang.Throwable t)
Constructs a new SuperCsvConstraintViolationException.
|
getProcessor, toString
getCsvContext
public SuperCsvConstraintViolationException(java.lang.String msg, CsvContext context, CellProcessor processor)
msg
- the exception messagecontext
- the CSV contextprocessor
- the cell processor that was executingpublic SuperCsvConstraintViolationException(java.lang.String msg, CsvContext context, CellProcessor processor, java.lang.Throwable t)
msg
- the exception messagecontext
- the CSV contextprocessor
- the cell processor that was executingt
- the nested exceptionCopyright © 2007-2014 Super CSV. All Rights Reserved.