pygccxml.declarations.runtime_errors module

exception declaration_not_found_t(decl_matcher)

Bases: exceptions.RuntimeError

Exception raised when the declaration could not be found

args
message
exception multiple_declarations_found_t(decl_matcher)

Bases: exceptions.RuntimeError

Exception raised when more than one declaration was found

args
message
exception visit_function_has_not_been_found_t(visitor, decl_inst)

Bases: exceptions.RuntimeError

Exception that is raised, from apply_visitor(), when a visitor could not be applied.

args
message