Key in configuration file not found exception. More...
#include <Exceptions.hpp>
Public Member Functions | |
KeyNotFoundException (const string &message) throw () | |
virtual | ~KeyNotFoundException () throw () |
virtual const char * | what () const throw () |
Key in configuration file not found exception.
Definition at line 85 of file Exceptions.hpp.
KeyNotFoundException | ( | const string & | message | ) | throw () [inline, explicit] |
Definition at line 90 of file Exceptions.hpp.
virtual ~KeyNotFoundException | ( | ) | throw () [inline, virtual] |
Definition at line 95 of file Exceptions.hpp.
virtual const char* what | ( | ) | const throw () [inline, virtual] |
Definition at line 99 of file Exceptions.hpp.