Searched refs:format_error (Results 1 - 7 of 7) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dui.hpp48 std::string format_error(const std::string&, const std::string&);
H A Dparser.cpp102 // The "format_error" class.
105 impl::format_error::format_error(const std::string& w) : function in class:impl::format_error
305 using impl::format_error;
330 throw format_error("Could not determine content type");
342 throw format_error("Unexpected end of stream");
366 using impl::format_error;
370 throw format_error("Could not determine content type");
374 throw format_error("Mismatched content type: expected `" + fmt +
378 throw format_error("Coul
[all...]
H A Dapplication.cpp308 std::cerr << ui::format_error(m_prog_name, e.what()) << "\n"
320 std::cerr << ui::format_error(m_prog_name, std::string(e.what()))
328 std::cerr << ui::format_error(m_prog_name, std::string("Caught "
337 std::cerr << ui::format_error(m_prog_name, std::string("Caught "
H A Dui.cpp124 impl::format_error(const std::string& prog_name, const std::string& error) function in class:impl
H A Dparser.hpp78 // The "format_error" class.
81 class format_error : public std::runtime_error { class in namespace:atf::parser
83 format_error(const std::string&);
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Datf-run.cpp380 } catch (const atf::parser::format_error& e) {
H A Dtest-program.cpp667 throw atf::parser::format_error("Test program returned failure "

Completed in 19 milliseconds