Package empro :: Package toolkit :: Module dataset :: Class AmbiguityError
[frames] | no frames]

Class AmbiguityError

source code

exceptions.BaseException --+            
                           |            
        exceptions.Exception --+        
                               |        
        exceptions.StandardError --+    
                                   |    
              exceptions.LookupError --+
                                       |
                                      AmbiguityError

Exception raised by getResult if better specification of the desired dataset is required.

Instance Methods
 
__init__(self, attribute, candidates, msg=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__str__(self) source code

Inherited from exceptions.BaseException: __delattr__, __getattribute__, __getitem__, __getslice__, __reduce__, __setattr__, __setstate__, __unicode__

Properties

Inherited from exceptions.BaseException: args, message

Method Details

__init__(self, attribute, candidates, msg=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: exceptions.BaseException.__init__
(inherited documentation)