public class ExcelImportException
extends java.lang.Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
ExcelImportException.CellError |
| Constructor and Description |
|---|
ExcelImportException(java.util.List<ExcelImportException.CellError> errors) |
ExcelImportException(java.lang.String message,
java.util.List<ExcelImportException.CellError> errors) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExcelImportException.CellError> |
getErrors() |
public ExcelImportException(java.util.List<ExcelImportException.CellError> errors)
public ExcelImportException(java.lang.String message,
java.util.List<ExcelImportException.CellError> errors)
public java.util.List<ExcelImportException.CellError> getErrors()