Home | Libraries | People | FAQ | More |
boost::property_tree::ptree_bad_path — Error indicating that specified path does not exist. Derives from ptree_error.
// In header: <boost/property_tree/exceptions.hpp> class ptree_bad_path : public boost::property_tree::ptree_error { public: // construct/copy/destruct template<typename T> ptree_bad_path(const std::string &, const T &); ~ptree_bad_path(); // public member functions template<typename T> T path() const; };
ptree_bad_path
public
construct/copy/destructtemplate<typename T> ptree_bad_path(const std::string & what, const T & path);Instantiate a
ptree_bad_path
with the given message and path data.
Parameters: |
|
~ptree_bad_path();