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 classExceptionRow.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
-
Constructor Details
-
ExceptionRow
Instantiates a new Exception row.- Parameters:
row- the rowerrors- the errors
-
-
Method Details