Searched refs:abi_exception (Results 1 – 3 of 3) sorted by relevance
19 struct abi_exception : std::exception { struct22 explicit abi_exception(std::string const d); argument24 ~abi_exception() throw() {} in throw() argument32 int need(std::string const key) const throw (abi_exception);
25 abi_exception::abi_exception(string const d) : desc(d) {} in abi_exception() function in abi_exception38 int abi::need(string const key) const throw (abi_exception) in need()43 throw abi_exception(string("missing ABI key: ") + key); in need()
108 size_t len, odb_t * dest) throw (abi_exception) in import_from_abi()220 } catch (abi_exception & e) { in main()