Mantid
|
ErrorNotification is sent when an exception is caught during execution of the algorithm. More...
#include <Algorithm.h>
Public Member Functions | |
ErrorNotification (const Algorithm *const alg, std::string str) | |
Constructor. More... | |
std::string | name () const override |
Public Member Functions inherited from Mantid::API::Algorithm::AlgorithmNotification | |
const IAlgorithm * | algorithm () const |
AlgorithmNotification (const Algorithm *const alg) | |
Public Attributes | |
std::string | what |
message string More... | |
ErrorNotification is sent when an exception is caught during execution of the algorithm.
Definition at line 130 of file Algorithm.h.
Mantid::API::Algorithm::ErrorNotification::ErrorNotification | ( | const Algorithm *const | alg, |
std::string | str | ||
) |
Constructor.
Definition at line 1900 of file Algorithm.cpp.
|
override |
Definition at line 1903 of file Algorithm.cpp.
std::string Mantid::API::Algorithm::ErrorNotification::what |
message string
Definition at line 135 of file Algorithm.h.