Package | Description |
---|---|
com.asakusafw.runtime.io.csv |
CSV Reader and Emitter.
|
Modifier and Type | Method and Description |
---|---|
CsvFormatException.Reason |
CsvFormatException.Status.getReason()
Return the reason of this status.
|
static CsvFormatException.Reason |
CsvFormatException.Reason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CsvFormatException.Reason[] |
CsvFormatException.Reason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Status(CsvFormatException.Reason reason,
String path,
long lineNumber,
long recordNumber,
int columnNumber,
String expected,
String actual)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.