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::ini_parser::ini_parser_error Class Reference

Indicates an error parsing INI formatted data. More...

#include <ini_parser.hpp>

Inheritance diagram for boost::property_tree::ini_parser::ini_parser_error:
Collaboration diagram for boost::property_tree::ini_parser::ini_parser_error:

Public Member Functions

 ini_parser_error (const std::string &message, const std::string &filename, unsigned long line)
 Construct an ini_parser_error. More...
 

Detailed Description

Indicates an error parsing INI formatted data.

Constructor & Destructor Documentation

boost::property_tree::ini_parser::ini_parser_error::ini_parser_error ( const std::string &  message,
const std::string &  filename,
unsigned long  line 
)
inline

Construct an ini_parser_error.

Parameters
messageMessage describing the parser error.
filenameThe name of the file being parsed containing the error.
lineThe line in the given file where an error was encountered.

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