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
import klyn.io.csv

Assert.assertThrows<CSVException>(lambda: CSVReader(StringReader("\"unterminated")))
Inherited Properties
propertyInherited Properties from Exception: message
propertyInherited Properties from Object: type
Constructors
Modifier and Type Member Description
public CSVException
CSVException(message as String = ""):
Creates a CSV exception.
Inherited Methods
methodInherited Methods from Exception: toString
methodInherited Methods from Object: deepCopy, fromJson, toDict, toJson, toString, toXml