public class EndOfFileInQuotedFieldException extends InvalidCsvQuotationException
CsvTokenizer encounters an end-of-file while parsing a quoted field.| Constructor and Description |
|---|
EndOfFileInQuotedFieldException()
Constructs an
EndOfFileInQuotedFieldException with its default message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EndOfFileInQuotedFieldException()
EndOfFileInQuotedFieldException with its default message.