c1219.errors

Exceptions

exception c1219.errors.C1219ProcedureError(msg)

Raised when a procedure can not be executed.

exception c1219.errors.C1219ParseError(msg, tableid=None)

Raised when there is an error parsing data.

Parameters:tableid (int) – If the data originated from a table, the faulty table can be specified here.