10 #ifndef WRENCH_FILENOTFOUND_H
11 #define WRENCH_FILENOTFOUND_H
16 #include "wrench/workflow/failure_causes/FailureCause.h"
47 std::shared_ptr<FileLocation> location;
56 #endif //WRENCH_FILENOTFOUND_H
A "file was not found" failure cause.
Definition: FileNotFound.h:30
WorkflowFile * getFile()
Getter.
Definition: FileNotFound.cpp:34
std::shared_ptr< FileLocation > getLocation()
Getter.
Definition: FileNotFound.cpp:42
std::string toString()
Get the human-readable failure message.
Definition: FileNotFound.cpp:50
FileNotFound(WorkflowFile *file, std::shared_ptr< FileLocation > location)
Constructor.
Definition: FileNotFound.cpp:25
A top-level class to describe all simulation-valid failures that can occur during workflow execution ...
Definition: FailureCause.h:31
A data file used/produced by a WorkflowTask in a Workflow.
Definition: WorkflowFile.h:26