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

Class ORMException

source code

exceptions.Exception --+
                       |
                      ORMException
Known Subclasses:
BackendError, DBObjContainsNoData, DatatypeMustBeUsedInClassDefinition, ValidatorException, IllegalConnectionString, IllegalForeignKey, KeyNotSet, NoDbPropertyByThatName, NoPrimaryKey, NoSuchAttributeOrColumn, ObjectAlreadyInserted, ObjectMustBeInserted, PasswordsDontMatch, PrimaryKeyNotKnown, SimplePrimaryKeyNeeded

Base class for all of orm's exceptions

Instance Methods [hide private]

Inherited from exceptions.Exception: __getitem__, __init__, __str__