ProgrammingError
Exception raised for programming errors, e.g. table not found or already exists, syntax error in the SQL statement, wrong number of parameters specified, etc. It must be a subclass of DatabaseError.
The ProgrammingError class is accessible via the sqlapi.exceptions module.
Methods
See the source for more information.