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.Object getRow()
    Gets row.

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ExcelRowException

      public ExcelRowException​(java.lang.Object row, java.util.List<ErrorInfo> excelReaderErrorField)
      Instantiates a new Excel row exception.
      Parameters:
      row - the row
      excelReaderErrorField - the excel reader error field
  • Method Details

    • getRow

      public java.lang.Object getRow()
      Gets row.
      Returns:
      the row
    • getExcelReaderErrorField

      public java.util.List<ErrorInfo> getExcelReaderErrorField()
      Gets excel reader error field.
      Returns:
      the excel reader error field