WRENCH
1.10
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 | |
InvalidDirectoryPath (std::shared_ptr< StorageService > storage_service, std::string invalid_path) | |
Constructor. More... | |
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 () |
Get the human-readable failure message. More... | |
A "unknown mount point storage service" failure cause.
wrench::InvalidDirectoryPath::InvalidDirectoryPath | ( | std::shared_ptr< StorageService > | storage_service, |
std::string | invalid_path | ||
) |
Constructor.
storage_service | the storage service at which the mount point was unknown |
invalid_path | the invalid path |
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.
|
virtual |