public class InvalidCharacterAfterQuoteException extends InvalidCsvQuotationException
CsvTokenizer encounters an unexpected character after parsing a quoted field.| Constructor and Description |
|---|
InvalidCharacterAfterQuoteException(char extraChar,
char quoteChar)
Constructs an
InvalidCharacterAfterQuoteException with its default message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidCharacterAfterQuoteException(char extraChar,
char quoteChar)
InvalidCharacterAfterQuoteException with its default message.extraChar - the unexpected character after a quoted fieldquoteChar - the quote character