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

Class IntegrityError

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


Exception raised when the relational integrity of the database is affected, e.g. a foreign key check fails, duplicate key, etc.
Method Summary
    Inherited from Exception
  __init__(...)
  __getitem__(...)
  __str__(...)

Generated by Epydoc 2.0 on Mon Jan 31 23:02:11 2005 http://epydoc.sf.net