Class ExceptionRow<T>

java.lang.Object
com.github.cla9.excel.reader.entity.ExceptionRow<T>
Type Parameters:
T - the type parameter

public class ExceptionRow<T>
extends java.lang.Object
The type Exception row.
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  ExceptionRow.ExceptionRowBuilder<T>
    The type Exception row builder.
  • Constructor Summary

    Constructors 
    Constructor Description
    ExceptionRow​(T row, java.util.List<ErrorInfo> errors)
    Instantiates a new Exception row.
  • Method Summary

    Modifier and Type Method Description
    static <T> ExceptionRow.ExceptionRowBuilder<T> builder()
    Builder exception row . exception row builder.
    java.util.List<ErrorInfo> getErrors()
    Gets errors.
    T getRow()
    Gets row.

    Methods inherited from class java.lang.Object

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

    • ExceptionRow

      public ExceptionRow​(T row, java.util.List<ErrorInfo> errors)
      Instantiates a new Exception row.
      Parameters:
      row - the row
      errors - the errors
  • Method Details

    • builder

      public static <T> ExceptionRow.ExceptionRowBuilder<T> builder()
      Builder exception row . exception row builder.
      Type Parameters:
      T - the type parameter
      Returns:
      the exception row . exception row builder
    • getRow

      public T getRow()
      Gets row.
      Returns:
      the row
    • getErrors

      public java.util.List<ErrorInfo> getErrors()
      Gets errors.
      Returns:
      the errors