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 | |
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.
std::shared_ptr< DataFile > wrench::FileNotFound::getFile | ( | ) |
Getter.
std::shared_ptr< FileLocation > wrench::FileNotFound::getLocation | ( | ) |
Getter.
|
overridevirtual |