Base class for all property tree errors. More...
#include <exceptions.hpp>


Public Member Functions | |
| ptree_error (const std::string &what) | |
| Instantiate a ptree_error instance with the given message. More... | |
| ~ptree_error () throw () | |
Base class for all property tree errors.
Derives from std::runtime_error. Call member function what to get human readable message associated with the error.
| boost::property_tree::ptree_error::ptree_error | ( | const std::string & | what | ) |
Instantiate a ptree_error instance with the given message.
| what | The message to associate with this error. |
| boost::property_tree::ptree_error::~ptree_error | ( | ) | ||
| throw | ( | |||
| ) | ||||