FunctionalityNotAvailable Class Reference

A "requested functionality is not available on that service" failure cause. More...

#include <FailureCause.h>

Inheritance diagram for FunctionalityNotAvailable:

Public Member Functions

std::string getFunctionalityName ()
 Getter. More...
 
Service * getService ()
 Getter. More...
 
std::string toString ()
 Get the human-readable failure message. More...
 

Detailed Description

A "requested functionality is not available on that service" failure cause.

Member Function Documentation

◆ getFunctionalityName()

std::string FunctionalityNotAvailable::getFunctionalityName ( )

Getter.

Returns
the functionality name

◆ getService()

Service * FunctionalityNotAvailable::getService ( )

Getter.

Returns
the service

◆ toString()

std::string FunctionalityNotAvailable::toString ( )

Get the human-readable failure message.

Returns
the message

The documentation for this class was generated from the following files:
  • /Users/rafsilva/Documents/isi/workspace/wrench/wrench/include/wrench/workflow/execution_events/FailureCause.h
  • /Users/rafsilva/Documents/isi/workspace/wrench/wrench/src/wrench/workflow/execution_events/FailureCause.cpp