FileNotFound Class Reference

A "file was not found" failure cause. More...

#include <FailureCause.h>

Inheritance diagram for FileNotFound:

Public Member Functions

WorkflowFile * getFile ()
 Getter. More...
 
StorageService * getStorageService ()
 Getter. More...
 
std::string toString ()
 Get the human-readable failure message. More...
 

Detailed Description

A "file was not found" failure cause.

Member Function Documentation

◆ getFile()

WorkflowFile * FileNotFound::getFile ( )

Getter.

Returns
the file

◆ getStorageService()

StorageService * FileNotFound::getStorageService ( )

Getter.

Returns
the storage service

◆ toString()

std::string FileNotFound::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