WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A "no scratch space" failure cause. More...
#include <NoScratchSpace.h>
Public Member Functions | |
NoScratchSpace (std::string error) | |
Constructor. More... | |
std::string | toString () override |
Get the human-readable failure message. More... | |
A "no scratch space" failure cause.
wrench::NoScratchSpace::NoScratchSpace | ( | std::string | error | ) |
Constructor.
error | error message |
|
overridevirtual |