Searched defs:format_error (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dui.cpp124 impl::format_error(const std::string& prog_name, const std::string& error) function in class:impl
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 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&);

Completed in 12 milliseconds