Package wsgiwapi :: Module validation :: Class ValidationError
[frames] | no frames]

Class ValidationError

source code

exceptions.Exception --+
                       |
                      ValidationError

Exception used to indicate that parameters failed validation.
Instance Methods
 
__init__(self, message) source code
 
__str__(self) source code

Inherited from exceptions.Exception: __getitem__

Method Details

__init__(self, message)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__

__str__(self)
(Informal representation operator)

source code 
Overrides: exceptions.Exception.__str__