Searched refs:format_error (Results 1 – 14 of 14) sorted by relevance
105 impl::format_error::format_error(const std::string& w) : in format_error() function in impl::format_error305 using impl::format_error; in read_headers()330 throw format_error("Could not determine content type"); in read_headers()342 throw format_error("Unexpected end of stream"); in read_headers()366 using impl::format_error; in validate_content_type()370 throw format_error("Could not determine content type"); in validate_content_type()374 throw format_error("Mismatched content type: expected `" + fmt + in validate_content_type()378 throw format_error("Could not determine version"); in validate_content_type()381 throw format_error("Mismatched version: expected `" + in validate_content_type()
284 std::cerr << ui::format_error(m_prog_name, e.what()) << "\n" in run()290 std::cerr << ui::format_error(m_prog_name, std::string(e.what())) in run()294 std::cerr << ui::format_error(m_prog_name, std::string("Caught " in run()298 std::cerr << ui::format_error(m_prog_name, std::string("Caught " in run()
48 std::string format_error(const std::string&, const std::string&);
81 class format_error : public std::runtime_error { class83 format_error(const std::string&);
123 impl::format_error(const std::string& prog_name, const std::string& error) in format_error() function in impl
377 } catch (const tools::parser::format_error& e) { in run_test_program()
668 throw tools::parser::format_error("Test program returned failure " in get_metadata()
53 engine::format_error::format_error(const std::string& message) : in format_error() function in engine::format_error60 engine::format_error::~format_error(void) throw() in ~format_error()
46 ATF_TEST_CASE_WITHOUT_HEAD(format_error);47 ATF_TEST_CASE_BODY(format_error) in ATF_TEST_CASE_BODY() argument49 const engine::format_error e("Some other text"); in ATF_TEST_CASE_BODY()75 ATF_ADD_TEST_CASE(tcs, format_error); in ATF_INIT_TEST_CASES()
51 class format_error : public error { class53 explicit format_error(const std::string&);54 virtual ~format_error(void) throw();
1028 throw engine::format_error(F("Unknown metadata property %s") % key); in set_string()1030 throw engine::format_error( in set_string()
175 goto format_error; in vstrfmon_l()182 goto format_error; in vstrfmon_l()187 goto format_error; in vstrfmon_l()217 goto format_error; in vstrfmon_l()226 goto format_error; in vstrfmon_l()243 goto format_error; in vstrfmon_l()419 format_error: in vstrfmon_l()
1036 goto format_error; in mmo_get_spec_section()1041 goto format_error; in mmo_get_spec_section()1044 goto format_error; in mmo_get_spec_section()1053 goto format_error; in mmo_get_spec_section()1125 goto format_error; in mmo_get_spec_section()1132 goto format_error; in mmo_get_spec_section()1165 format_error: in mmo_get_spec_section()