public static class ExcelImportException.CellError
extends java.lang.Object
| Constructor and Description |
|---|
CellError(java.lang.Integer row,
java.lang.Integer column,
java.lang.String title,
java.lang.String value,
java.lang.Exception exception) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getColumn() |
java.lang.Exception |
getException() |
java.lang.Integer |
getRow() |
java.lang.String |
getTitle() |
java.lang.String |
getValue() |