pygccxml.declarations.runtime_errors module¶
- exception declaration_not_found_t(decl_matcher)¶
Bases:
RuntimeErrorException raised when the declaration could not be found
- exception multiple_declarations_found_t(decl_matcher)¶
Bases:
RuntimeErrorException raised when more than one declaration was found
- exception visit_function_has_not_been_found_t(visitor, decl_inst)¶
Bases:
RuntimeErrorException that is raised, from
apply_visitor(), when a visitor could not be applied.