#include <exceptions.hpp>
Error indicating that specified path does not exist. Derives from ptree_error.
Definition at line 64 of file exceptions.hpp.
◆ ptree_bad_path() [1/2]
template<class T >
| boost::property_tree::ptree_bad_path::ptree_bad_path |
( |
const std::string & |
what, |
|
|
const T & |
path |
|
) |
| |
Instantiate a ptree_bad_path with the given message and path data.
- Parameters
-
| what | The message to associate with this error. |
| path | The path that could not be found in the property_tree. |
◆ ~ptree_bad_path()
| boost::property_tree::ptree_bad_path::~ptree_bad_path |
( |
| ) |
|
| throw | ( | |
| ) | | |
|
inline |
◆ ptree_bad_path() [2/2]
template<class P >
| boost::property_tree::ptree_bad_path::ptree_bad_path |
( |
const std::string & |
w, |
|
|
const P & |
p |
|
) |
| |
|
inline |
◆ path() [1/2]
template<class P >
| P boost::property_tree::ptree_bad_path::path |
( |
| ) |
const |
|
inline |
◆ path() [2/2]
template<class T >
| T boost::property_tree::ptree_bad_path::path |
( |
| ) |
const |
Retrieve the invalid path. You need to explicitly specify the type of path.
◆ m_path
| boost::any boost::property_tree::ptree_bad_path::m_path |
|
private |
The documentation for this class was generated from the following files: