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

/bind-9.11.3/unit/atf-src/tools/
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.cpp298 std::cerr << ui::format_error(m_prog_name, e.what()) << "\n"
304 std::cerr << ui::format_error(m_prog_name, std::string(e.what()))
308 std::cerr << ui::format_error(m_prog_name, std::string("Caught "
312 std::cerr << ui::format_error(m_prog_name, std::string("Caught "
H A Dui.cpp123 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:tools::parser
83 format_error(const std::string&);
H A Datf-run.cpp383 } catch (const tools::parser::format_error& e) {
H A Dtest-program.cpp667 throw tools::parser::format_error("Test program returned failure "

Completed in 1004 milliseconds