Package | Description |
---|---|
com.j256.simplecsv.processor |
Classes used to process CSV files.
|
Modifier and Type | Method and Description |
---|---|
ParseError.ErrorType |
ParseError.getErrorType()
Return the enumerated error type for this parse error.
|
static ParseError.ErrorType |
ParseError.ErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParseError.ErrorType[] |
ParseError.ErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ParseError.setErrorType(ParseError.ErrorType errorType) |
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.