WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A "file was not found" failure cause. More...
#include <FileNotFound.h>
Public Member Functions | |
FileNotFound (std::shared_ptr< DataFile >file, std::shared_ptr< FileLocation > location) | |
Constructor. More... | |
std::shared_ptr< DataFile > | getFile () |
Getter. More... | |
std::shared_ptr< FileLocation > | getLocation () |
Getter. More... | |
std::string | toString () override |
Get the human-readable failure message. More... | |
A "file was not found" failure cause.
wrench::FileNotFound::FileNotFound | ( | std::shared_ptr< DataFile > | file, |
std::shared_ptr< FileLocation > | location | ||
) |
Constructor.
file | the file that could not be found |
location | the location at which it could not be found (could be nullptr) |
std::shared_ptr< DataFile > wrench::FileNotFound::getFile | ( | ) |
Getter.
std::shared_ptr< FileLocation > wrench::FileNotFound::getLocation | ( | ) |
Getter.
|
overridevirtual |