WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A "requested functionality is not available on that service" failure cause. More...
#include <FunctionalityNotAvailable.h>
Public Member Functions | |
std::string | getFunctionalityName () |
Getter. More... | |
std::shared_ptr< Service > | getService () |
Getter. More... | |
std::string | toString () override |
Get the human-readable failure message. More... | |
A "requested functionality is not available on that service" failure cause.
std::string wrench::FunctionalityNotAvailable::getFunctionalityName | ( | ) |
Getter.
std::shared_ptr< Service > wrench::FunctionalityNotAvailable::getService | ( | ) |
Getter.
|
overridevirtual |