Class ExceptionRow.ExceptionRowBuilder<T>
java.lang.Object
com.github.cla9.excel.reader.entity.ExceptionRow.ExceptionRowBuilder<T>
- Type Parameters:
T- the type parameter
- Enclosing class:
- ExceptionRow<T>
public static class ExceptionRow.ExceptionRowBuilder<T>
extends java.lang.Object
The type Exception row builder.
-
Method Summary
Modifier and Type Method Description ExceptionRow<T>build()Build exception row.ExceptionRow.ExceptionRowBuilder<T>errors(java.util.List<ErrorInfo> errors)Errors exception row . exception row builder.ExceptionRow.ExceptionRowBuilder<T>row(T row)Row exception row . exception row builder.
-
Method Details
-
row
Row exception row . exception row builder.- Parameters:
row- the row- Returns:
- the exception row . exception row builder
-
errors
Errors exception row . exception row builder.- Parameters:
errors- the errors- Returns:
- the exception row . exception row builder
-
build
Build exception row.- Returns:
- the exception row
-