_mysql_exceptions :: ProgrammingError :: Class ProgrammingError
[hide private]
[frames] | no frames]

Class ProgrammingError



exceptions.Exception --+                
                       |                
exceptions.StandardError --+            
                           |            
                  MySQLError --+        
                               |        
                           Error --+    
                                   |    
                       DatabaseError --+
                                       |
                                      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.

Instance Methods [hide private]

Inherited from exceptions.Exception: __getitem__, __init__, __str__