Class ExcelRowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.cla9.excel.reader.entity.ExcelRowException
- All Implemented Interfaces:
java.io.Serializable
public class ExcelRowException
extends java.lang.Exception
The type Excel row exception.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ExcelRowException(java.lang.Object row, java.util.List<ErrorInfo> excelReaderErrorField)Instantiates a new Excel row exception. -
Method Summary
Modifier and Type Method Description java.util.List<ErrorInfo>getExcelReaderErrorField()Gets excel reader error field.java.lang.ObjectgetRow()Gets row.
-
Constructor Details
-
ExcelRowException
Instantiates a new Excel row exception.- Parameters:
row- the rowexcelReaderErrorField- the excel reader error field
-
-
Method Details
-
getRow
public java.lang.Object getRow()Gets row.- Returns:
- the row
-
getExcelReaderErrorField
Gets excel reader error field.- Returns:
- the excel reader error field
-