public class CsvMalformedLineException extends IOException
CSVReader cannot process a line.| Constructor and Description |
|---|
CsvMalformedLineException()
Nullary constructor.
|
CsvMalformedLineException(String message,
long lineNumber,
String context)
Constructor with a message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContext() |
long |
getLineNumber() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CsvMalformedLineException()
public long getLineNumber()
public String getContext()
Copyright © 2005–2025. All rights reserved.