public abstract class InvalidCsvQuotationException extends InvalidCsvFormatException
CsvTokenizer encounters an invalid format while parsing a quoted field.| Constructor and Description |
|---|
InvalidCsvQuotationException(String message)
Constructs an
InvalidCsvQuotationException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidCsvQuotationException(String message)
InvalidCsvQuotationException with the specified detail message.message - the detail message