Serialized Form
-
Package cloud.opencode.base.csv.exception
-
Exception Class cloud.opencode.base.csv.exception.CsvBindException
class CsvBindException extends OpenCsvException implements Serializable- serialVersionUID:
- 1L
-
Exception Class cloud.opencode.base.csv.exception.CsvParseException
class CsvParseException extends OpenCsvException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
lineContent
String lineContent
The content of the problematic line 有问题的行内容
-
-
Exception Class cloud.opencode.base.csv.exception.CsvWriteException
class CsvWriteException extends OpenCsvException implements Serializable- serialVersionUID:
- 1L
-
Exception Class cloud.opencode.base.csv.exception.OpenCsvException
class OpenCsvException extends OpenException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
column
int column
The column number where the error occurred (-1 if unknown) 错误发生的列号(-1表示未知) -
line
int line
The line number where the error occurred (-1 if unknown) 错误发生的行号(-1表示未知)
-
-