Searched refs:property_not_found (Results 1 – 3 of 3) sorted by relevance
77 struct property_not_found : public dynamic_property_exception { struct80 property_not_found(const std::string& property) : property(property) {} in property_not_found() argument81 virtual ~property_not_found() throw() {} in ~property_not_found() argument268 BOOST_THROW_EXCEPTION(property_not_found(name)); in generate()
219 ``property_not_found``. 299 then ``property_not_found`` is thrown. If a candidate property map is390 struct property_not_found : public std::exception {392 property_not_found(const std::string& property);393 virtual ~property_not_found() throw();
120 } catch (boost::property_not_found&) { } in test_main()