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

Class ProgrammingError

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


Error related to database programming (SQL error, table not found etc).


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