4.2. Exceptions

exception tabledata.NameValidationError[source]

Bases: ValueError

Exception raised when a name is invalid.

exception tabledata.InvalidTableNameError[source]

Bases: tabledata.error.NameValidationError

Exception raised when a table name is invalid.

exception tabledata.InvalidHeaderNameError[source]

Bases: tabledata.error.NameValidationError

Exception raised when a table header name is invalid.

exception tabledata.DataError[source]

Bases: ValueError

Exception raised when data is invalid as tabular data.