Searched refs:file_parser_error (Results 1 – 6 of 6) sorted by relevance
20 class file_parser_error: public ptree_error class29 file_parser_error(const std::string &msg, in file_parser_error() function in boost::property_tree::file_parser_error37 ~file_parser_error() throw() BOOST_OVERRIDE in ~file_parser_error()
19 class info_parser_error: public file_parser_error25 file_parser_error(message, filename, line) in info_parser_error()
20 class xml_parser_error: public file_parser_error26 file_parser_error(msg, file, l) in xml_parser_error()
20 class json_parser_error: public file_parser_error26 file_parser_error(message, filename, line) in json_parser_error()
48 } catch(file_parser_error &) { in read_info()92 } catch(file_parser_error &) { in read_info()
37 class ini_parser_error: public file_parser_error51 : file_parser_error(message, filename, line) in ini_parser_error()