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

Class DateValidatorException

source code

exceptions.Exception --+        
                       |        
            ORMException --+    
                           |    
          ValidatorException --+
                               |
                              DateValidatorException

Instance Methods [hide private]
  __init__(self, msg, dbobj, dbproperty, value, format)

Inherited from exceptions.Exception: __getitem__, __str__


Method Details [hide private]

__init__(self, msg, dbobj, dbproperty, value, format)
(Constructor)

source code 
Parameters:
  • format - Date format string as for strftime()/strptime()
Overrides: ValidatorException.__init__