Exception to throw when file is not found. More...
#include <Utils/Exceptions/FileNotFoundException.h>
Public Member Functions | |
FileNotFoundException (const std::string &fileName) | |
virtual const char * | what () const throw () |
Exception to throw when file is not found.
FileNotFoundException::FileNotFoundException | ( | const std::string & | fileName | ) | [inline] |
Create a message of the format: "Failed to open 'USER_MESSAGE'"
fileName | name of the file not found |
const char * FileNotFoundException::what | ( | ) | const throw () [inline, virtual] |