5.7. Errors

exception pytablewriter.EmptyTableNameError[source]

Exception raised when a table writer class of the table_name attribute is null and the class is not accepted null table_name.

exception pytablewriter.EmptyValueError[source]

Exception raised when a table writer class of the value_matrix attribute is null, and the class is not accepted null value_matrix.

exception pytablewriter.EmptyTableDataError[source]

Exception raised when a table writer class of the headers and value_matrix attributes are null.

exception pytablewriter.WriterNotFoundError[source]

Exception raised when appropriate loader writer found.