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