Package bridge :: Package validator :: Class BridgeValidatorException
[hide private]
[frames] | no frames]

Class BridgeValidatorException

source code

exceptions.Exception --+    
                       |    
exceptions.StandardError --+
                           |
                          BridgeValidatorException

Instance Methods [hide private]
  __init__(self, element=None, message='')
  __str__(self)

Inherited from exceptions.Exception: __getitem__


Method Details [hide private]

__init__(self, element=None, message='')
(Constructor)

source code 
None
Overrides: exceptions.Exception.__init__

__str__(self)
(Informal representation operator)

source code 
None
Overrides: exceptions.Exception.__str__