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

Class Error



exceptions.Exception --+        
                       |        
exceptions.StandardError --+    
                           |    
                  MySQLError --+
                               |
                              Error
Known Subclasses:
DatabaseError, InterfaceError

Exception that is the base class of all other error exceptions (not Warning).

Instance Methods [hide private]

Inherited from exceptions.Exception: __getitem__, __init__, __str__