WRENCH
1.10
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 (WorkflowFile *file, std::shared_ptr< FileLocation > location) | |
Constructor. More... | |
WorkflowFile * | getFile () |
Getter. More... | |
std::shared_ptr< FileLocation > | getLocation () |
Getter. More... | |
std::string | toString () |
Get the human-readable failure message. More... | |
A "file was not found" failure cause.
wrench::FileNotFound::FileNotFound | ( | WorkflowFile * | 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) |
WorkflowFile * wrench::FileNotFound::getFile | ( | ) |
Getter.
std::shared_ptr< FileLocation > wrench::FileNotFound::getLocation | ( | ) |
Getter.
|
virtual |