CSVException
classin packageklyn.io.csv
public class CSVException extends IOException:
└ CSVException

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")))

Properties inherited from Exception: message
Properties inherited from Object: type
Constructors
Modifier and Type Member Description
public CSVException
CSVException(message as String = ""):
Creates a CSV exception.
Methods inherited from Exception: toString
Methods inherited from Object: fromJson, toDict, toJson, toString, toXml