File not found error. More...
#include <exceptions.hpp>
Public Member Functions | |
file_not_found_error (const std::string &) | |
Constructs a new error. | |
virtual | ~file_not_found_error (void) throw () |
Destructor for the error. | |
const std::string & | filename (void) const |
Gets the name of the file that could not be found. | |
Private Attributes | |
std::string | _filename |
Name of the not-found file. |
File not found error.
lutok::file_not_found_error::file_not_found_error | ( | const std::string & | filename_ | ) | [explicit] |
Constructs a new error.
filename_ | The file that count not be found. |
const std::string & lutok::file_not_found_error::filename | ( | void | ) | const |
Gets the name of the file that could not be found.