ReadError
kantan.csv.ReadError
Parent type for all errors that can occur while dealing with CSV data.
ReadError is split into two main error types:
- DecodeError: errors that occur while decoding a cell or a row.
- ParseError: errors that occur while parsing raw data into CSV.
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
class DecodeErrorclass OutOfBoundsclass TypeErrorclass ParseErrorclass IOErrorobject NoSuchElementShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Throwable
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Error -> Throwable -> Any
- Inherited from:
- Error
In this article