Key in configuration file not found exception. More...
#include <Exceptions.hpp>
Public Member Functions | |
KeyNotFoundException (const string &message) throw () | |
virtual const char * | what () const throw () |
virtual | ~KeyNotFoundException () throw () |
Private Attributes | |
string | msg |
Key in configuration file not found exception.
Definition at line 92 of file Exceptions.hpp.
youbot::KeyNotFoundException::KeyNotFoundException | ( | const string & | message | ) | throw () [inline, explicit] |
Definition at line 98 of file Exceptions.hpp.
virtual youbot::KeyNotFoundException::~KeyNotFoundException | ( | ) | throw () [inline, virtual] |
Definition at line 105 of file Exceptions.hpp.
virtual const char* youbot::KeyNotFoundException::what | ( | ) | const throw () [inline, virtual] |
Definition at line 111 of file Exceptions.hpp.
string youbot::KeyNotFoundException::msg [private] |
Definition at line 94 of file Exceptions.hpp.