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

Class Warning



    exceptions.Exception --+    
                           |    
          exceptions.Warning --+
                               |
exceptions.Exception --+       |
                       |       |
exceptions.StandardError --+   |
                           |   |
                  MySQLError --+
                               |
                              Warning

Exception raised for important warnings like data truncations while inserting, etc.

Instance Methods [hide private]

Inherited from exceptions.Exception: __getitem__, __init__, __str__