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

Class ReValidatorException

source code

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

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

Inherited from exceptions.Exception: __getitem__, __str__


Method Details [hide private]

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

source code 
Parameters:
  • re - The regular expression which has not been matched.
Overrides: ValidatorException.__init__