public class ExcelFileParseException
extends org.springframework.batch.item.ParseException
| Constructor and Description |
|---|
ExcelFileParseException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String filename,
java.lang.String sheet,
int rowNumber,
java.lang.String[] row)
Construct an
ExcelFileParseException. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFilename() |
java.lang.String[] |
getRow() |
int |
getRowNumber() |
java.lang.String |
getSheet() |
public ExcelFileParseException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String filename,
java.lang.String sheet,
int rowNumber,
java.lang.String[] row)
ExcelFileParseException.message - the messagecause - the root causefilename - the name of the excel filesheet - the name of the sheetrowNumber - the row number in the current sheetrow - the row data as text