toytable.exceptions module

exception eztable.exceptions.InvalidColumn[source]

Bases: TypeError

Raised when a column in a schema appears to be invalid

exception eztable.exceptions.InvalidData[source]

Bases: TypeError

An insert cannot complete because the row does not conform to the schema

exception eztable.exceptions.InvalidIndex[source]

Bases: ValueError

An index cannot be created because it has no columns or it refers to columns which do not exist in it’s table.

exception eztable.exceptions.InvalidJoinMode[source]

Bases: KeyError

The requested join mode is not knowm

exception eztable.exceptions.InvalidSchema[source]

Bases: TypeError

Raised when a schema appears to be invalid