public class CsvFormatException extends RecordFormatException
Modifier and Type | Class and Description |
---|---|
static class |
CsvFormatException.Reason
The reason of CSV format exception.
|
static class |
CsvFormatException.Status
Statuses of CSV format exception.
|
Constructor and Description |
---|
CsvFormatException(CsvFormatException.Status status,
Throwable cause)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
CsvFormatException.Status |
getStatus()
Returns the status of this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CsvFormatException(CsvFormatException.Status status, Throwable cause)
status
- describes this exceptioncause
- the original cause (nullable)IllegalArgumentException
- if some parameters were null
public CsvFormatException.Status getStatus()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.