| Package | Description |
|---|---|
| org.nuiton.csv |
This package contains a framework to import and export data from a
csv file using a model which permits us to validate what to do.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImportParseErrorInfo<E>
Exception to be thrown when a parse error occurs at import time.
|
class |
ImportReadErrorInfo<E>
Exception to be thrown when a read error occurs at import time.
|
class |
ImportSetErrorInfo<E>
Exception to be thrown when a set error occurs at import time.
|
| Modifier and Type | Field and Description |
|---|---|
protected Set<AbstractImportErrorInfo<E>> |
ImportRow.errors
Errors found while loading the row into the bean.
|
| Modifier and Type | Method and Description |
|---|---|
Set<AbstractImportErrorInfo<E>> |
ImportRow.getErrors() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportRow.addError(AbstractImportErrorInfo<E> error) |
Copyright © 2013–2014 CodeLutin. All rights reserved.