Package psycopg2 :: Class DatabaseError
[show private | hide private]
[frames | no frames]

Class DatabaseError

Exception --+        
            |        
StandardError --+    
                |    
            Error --+
                    |
                   DatabaseError

Known Subclasses:
DataError, IntegrityError, InternalError, NotSupportedError, OperationalError, ProgrammingError

Error related to the database engine.


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