WRENCH
1.10
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A "host error" failure cause (e.g., attempted to start a daemon on a host that is off) More...
#include <HostError.h>
Public Member Functions | |
HostError (std::string hostname) | |
Constructor. More... | |
std::string | toString () |
Get the human-readable failure message. More... | |
A "host error" failure cause (e.g., attempted to start a daemon on a host that is off)
wrench::HostError::HostError | ( | std::string | hostname | ) |
Constructor.
hostname | the name of the host that experienced the error |
|
virtual |