public class CSVException extends IOException:
Exception raised when CSV data is syntactically invalid or when a dialect cannot represent a requested value.
@example `klyn import klyn.io.csv
Assert.assertThrows<CSVException>(lambda: CSVReader(StringReader("\"unterminated")))
| Modifier and Type | Member | Description |
|---|---|---|
| public | CSVExceptionCSVException(message as String = ""): |
Creates a CSV exception. |