Searched defs:system_error (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Dexceptions.cpp35 // The "system_error" type.
38 tools::system_error::system_error(const std::string& who, function in class:tools::system_error
46 tools::system_error::~system_error(void)
52 tools::system_error::code(void)
60 tools::system_error::what(void)
72 return "Unable to format system_error message";
H A Dexceptions.hpp79 class system_error : public std::runtime_error { class in namespace:tools
84 system_error(const std::string&, const std::string&, int);
85 ~system_error(void) throw();
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dexceptions.hpp38 class system_error : public std::runtime_error { class in namespace:atf
43 system_error(const std::string&, const std::string&, int);
44 ~system_error(void) throw();
H A Dexceptions.cpp44 // The "system_error" type.
47 atf::system_error::system_error(const std::string& who, function in class:atf::system_error
55 atf::system_error::~system_error(void)
61 atf::system_error::code(void)
69 atf::system_error::what(void)
81 return "Unable to format system_error message";
98 throw atf::system_error("XXX", msg, ecode);

Completed in 45 milliseconds