Package orm2 :: Module exceptions :: Class SimplePrimaryKeyNeeded
[hide private]
[frames] | no frames]

Class SimplePrimaryKeyNeeded

source code

exceptions.Exception --+    
                       |    
            ORMException --+
                           |
                          SimplePrimaryKeyNeeded

Raised if some function expects a single column primary key but a multi column primary key is provided.

Instance Methods [hide private]

Inherited from exceptions.Exception: __getitem__, __init__, __str__