toytable.exceptions module¶
-
exception
eztable.exceptions.InvalidColumn[source]¶ Bases:
TypeErrorRaised when a column in a schema appears to be invalid
-
exception
eztable.exceptions.InvalidData[source]¶ Bases:
TypeErrorAn insert cannot complete because the row does not conform to the schema
-
exception
eztable.exceptions.InvalidIndex[source]¶ Bases:
ValueErrorAn index cannot be created because it has no columns or it refers to columns which do not exist in it’s table.