File not found exception. More...
#include <Exceptions.hpp>
Public Member Functions | |
FileNotFoundException (const string &message) throw () | |
virtual | ~FileNotFoundException () throw () |
virtual const char * | what () const throw () |
File not found exception.
Definition at line 65 of file Exceptions.hpp.
FileNotFoundException | ( | const string & | message | ) | throw () [inline, explicit] |
Definition at line 70 of file Exceptions.hpp.
virtual ~FileNotFoundException | ( | ) | throw () [inline, virtual] |
Definition at line 75 of file Exceptions.hpp.
virtual const char* what | ( | ) | const throw () [inline, virtual] |
Definition at line 79 of file Exceptions.hpp.