File not found exception. More...
#include <Exceptions.hpp>
Public Member Functions | |
| FileNotFoundException (const string &message) throw () | |
| virtual const char * | what () const throw () |
| virtual | ~FileNotFoundException () throw () |
Private Attributes | |
| string | msg |
File not found exception.
Definition at line 65 of file Exceptions.hpp.
| youbot::FileNotFoundException::FileNotFoundException | ( | const string & | message | ) | throw () [inline, explicit] |
Definition at line 71 of file Exceptions.hpp.
| virtual youbot::FileNotFoundException::~FileNotFoundException | ( | ) | throw () [inline, virtual] |
Definition at line 78 of file Exceptions.hpp.
| virtual const char* youbot::FileNotFoundException::what | ( | ) | const throw () [inline, virtual] |
Definition at line 84 of file Exceptions.hpp.
string youbot::FileNotFoundException::msg [private] |
Definition at line 67 of file Exceptions.hpp.