Searched defs:dynamic_get_failure (Results 1 – 1 of 1) sorted by relevance
92 struct dynamic_get_failure : public dynamic_property_exception { struct93 std::string property;94 mutable std::string statement;95 dynamic_get_failure(const std::string& property) : property(property) {} in dynamic_get_failure() function96 virtual ~dynamic_get_failure() throw() {} in ~dynamic_get_failure()98 const char* what() const throw() { in what()