WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
An "Unknown" failure cause (should not happen) More...
#include <FatalFailure.h>
Public Member Functions | |
FatalFailure (std::string message) | |
Constructor. More... | |
std::string | toString () |
Get the human-readable failure message. More... | |
An "Unknown" failure cause (should not happen)
wrench::FatalFailure::FatalFailure | ( | std::string | message | ) |
Constructor.
message | the failure message |
|
virtual |