#include <Exceptions.hpp>
Public Member Functions | |
FileNotFoundException (const string &message) throw () | |
virtual const char * | what () const throw () |
virtual | ~FileNotFoundException () throw () |
Private Attributes | |
string | msg |
Definition at line 13 of file Exceptions.hpp.
brics_oodl::FileNotFoundException::FileNotFoundException | ( | const string & | message | ) | throw () [inline, explicit] |
Definition at line 18 of file Exceptions.hpp.
virtual brics_oodl::FileNotFoundException::~FileNotFoundException | ( | ) | throw () [inline, virtual] |
Definition at line 23 of file Exceptions.hpp.
virtual const char* brics_oodl::FileNotFoundException::what | ( | ) | const throw () [inline, virtual] |
Definition at line 27 of file Exceptions.hpp.
string brics_oodl::FileNotFoundException::msg [private] |
Definition at line 14 of file Exceptions.hpp.