Package pygccxml :: Package declarations :: Module matcher' :: Class matcher :: Class multiple_declarations_found_t

type multiple_declarations_found_t

source code

              object --+                
                       |                
exceptions.BaseException --+            
                           |            
        exceptions.Exception --+        
                               |        
        exceptions.StandardError --+    
                                   |    
             exceptions.RuntimeError --+
                                       |
                                      matcher.multiple_declarations_found_t

exception, that will be raised, if more than one declaration was found

Instance Methods
 
__init__(self, matcher)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__str__(self)
str(x)
source code

Inherited from exceptions.RuntimeError: __new__

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

Properties

Inherited from exceptions.BaseException: args, message

Method Details

__init__(self, matcher)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: exceptions.BaseException.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: exceptions.BaseException.__str__
(inherited documentation)