|
MLAlgorithmModule
|
Data structure indicating an internally caused error. More...
#include <mlAlgorithmModule.h>
Public Member Functions | |
| InternalError (const std::string &message) | |
| ~InternalError () override | |
Public Member Functions inherited from AlgorithmModule::Error | |
| Error (const AlgorithmModule::EStatusCode statusCode, const std::string &message) | |
| AlgorithmModule::EStatusCode | getStatusCode () const |
| const std::string & | getMessage () const |
Data structure indicating an internally caused error.
This class should be used to indicate an error caused by internal calculations (calculations fail, a called library reports an error, ...).
| AlgorithmModule::InternalError::InternalError | ( | const std::string & | message | ) |
|
override |