Serializablepublic 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 | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetProcessor, 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–2018 Super CSV. All rights reserved.