Module _mysql_exceptions :: Class NotSupportedError
[show private | hide private]
[frames | no frames]

Class NotSupportedError

Exception --+                
            |                
StandardError --+            
                |            
       MySQLError --+        
                    |        
                Error --+    
                        |    
            DatabaseError --+
                            |
                           NotSupportedError


Exception raised in case a method or database API was used which is not supported by the database, e.g. requesting a .rollback() on a connection that does not support transaction or has transactions turned off.


Method Summary
    Inherited from Exception
  __init__(...)
  __getitem__(...)
  __str__(...)

Generated by Epydoc 2.1 on Sat Mar 3 21:14:16 2007 http://epydoc.sf.net