Class ImportParseErrorInfo<E>
java.lang.Object
org.nuiton.csv.AbstractImportErrorInfo<E>
org.nuiton.csv.ImportParseErrorInfo<E>
Exception to be thrown when a parse error occurs at import time.
- Since:
- 2.6.3
- Author:
- Tony Chemit - chemit@codelutin.com
-
Field Summary
FieldsFields inherited from class AbstractImportErrorInfo
bean, cause, field, lineNumber -
Constructor Summary
ConstructorsConstructorDescriptionImportParseErrorInfo(ImportRow<E> row, ImportableColumn<E, Object> field, String value, Throwable cause) -
Method Summary
Methods inherited from class AbstractImportErrorInfo
getBean, getCause, getField, getLineNumber
-
Field Details
-
value
-
-
Constructor Details
-
ImportParseErrorInfo
-
-
Method Details
-
getValue
-