WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A "unknown mount point storage service" failure cause. More...
#include <InvalidDirectoryPath.h>
Public Member Functions | |
std::string | getInvalidPath () |
Get the invalid path. More... | |
std::shared_ptr< StorageService > | getStorageService () |
Get the storage service at which the path was invalid. More... | |
std::string | toString () override |
Get the human-readable failure message. More... | |
A "unknown mount point storage service" failure cause.
std::string wrench::InvalidDirectoryPath::getInvalidPath | ( | ) |
Get the invalid path.
std::shared_ptr< StorageService > wrench::InvalidDirectoryPath::getStorageService | ( | ) |
Get the storage service at which the path was invalid.
|
overridevirtual |