Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::property_tree::ptree_error Class Reference

Base class for all property tree errors. More...

#include <exceptions.hpp>

Inheritance diagram for boost::property_tree::ptree_error:
Collaboration diagram for boost::property_tree::ptree_error:

Public Member Functions

 ptree_error (const std::string &what)
 Instantiate a ptree_error instance with the given message. More...
 
 ~ptree_error () throw ()
 

Detailed Description

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.

Constructor & Destructor Documentation

boost::property_tree::ptree_error::ptree_error ( const std::string &  what)

Instantiate a ptree_error instance with the given message.

Parameters
whatThe message to associate with this error.
boost::property_tree::ptree_error::~ptree_error ( )
throw (
)

The documentation for this class was generated from the following file: