public static class CsvInvoicesReader.RowError extends Object
| Constructor and Description |
|---|
RowError(int rowNumber,
Row row,
String errorMessage,
Exception exception) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage() |
Exception |
getException() |
Row |
getRow() |
int |
getRowNumber() |
public String getErrorMessage()
public Exception getException()
public int getRowNumber()
Copyright © 2014-2016 Konik.io. All Rights Reserved.