#include <exceptions.hpp>

Public Member Functions | |
| ptree_error (const std::string &what) | |
| ~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.
Definition at line 27 of file exceptions.hpp.
|
inline |
Instantiate a ptree_error instance with the given message.
| what | The message to associate with this error. |
Definition at line 33 of file exception_implementation.hpp.
|
inline | |||||||||||||
Definition at line 38 of file exception_implementation.hpp.