Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class ini_parser_error

boost::property_tree::ini_parser::ini_parser_error

Synopsis

// In header: <boost/property_tree/ini_parser.hpp>


class ini_parser_error : public  {
public:

  // public member functions
  (, , );
};

Description

Indicates an error parsing INI formatted data.

ini_parser_error public member functions

  1. ( message,  filename, 
                      line);

    Construct an ini_parser_error

    Parameters:

    message

    Message describing the parser error.

    filename

    The name of the file being parsed containing the error.

    line

    The line in the given file where an error was encountered.


PrevUpHomeNext