Public Member Functions | |
parse_error (const std::string &msg) throw () | |
virtual | ~parse_error () throw () |
std::string | get_msg () const throw () |
Private Attributes | |
std::string | msg |
Definition at line 39 of file configuration.cpp.
parse_error::parse_error | ( | const std::string & | msg | ) | throw () [inline] |
Definition at line 41 of file configuration.cpp.
virtual parse_error::~parse_error | ( | ) | throw () [inline, virtual] |
Definition at line 42 of file configuration.cpp.
std::string parse_error::get_msg | ( | ) | const throw () [inline] |
Definition at line 44 of file configuration.cpp.
References msg.
Referenced by natfw::configuration::load().
std::string parse_error::msg [private] |