WRENCH
1.10
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A "compute service does not support requested job type" failure cause. More...
#include <JobTypeNotSupported.h>
Public Member Functions | |
std::shared_ptr< ComputeService > | getComputeService () |
Getter. More... | |
std::shared_ptr< WorkflowJob > | getJob () |
Getter. More... | |
std::string | toString () |
Get the human-readable failure message. More... | |
A "compute service does not support requested job type" failure cause.
std::shared_ptr< ComputeService > wrench::JobTypeNotSupported::getComputeService | ( | ) |
Getter.
std::shared_ptr< WorkflowJob > wrench::JobTypeNotSupported::getJob | ( | ) |
Getter.
|
virtual |