public class CSVRowError extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
errorDescription |
protected int |
id |
protected int |
lineNumber |
protected String |
lineValue |
protected static int |
seed |
Constructor and Description |
---|
CSVRowError() |
CSVRowError(int lineNumber,
String lineValue,
String errorDescription) |
protected static int seed
protected int id
protected int lineNumber
protected String lineValue
protected String errorDescription
Copyright © 2014. All Rights Reserved.