MLAlgorithmModule
AlgorithmModule::InternalError Class Reference

Data structure indicating an internally caused error. More...

#include <mlAlgorithmModule.h>

Inheritance diagram for AlgorithmModule::InternalError:
AlgorithmModule::Error

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)
 
 ~Error () override
 
AlgorithmModule::EStatusCode getStatusCode () const
 
const std::string & getMessage () const
 

Detailed Description

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, ...).

Constructor & Destructor Documentation

◆ InternalError()

AlgorithmModule::InternalError::InternalError ( const std::string &  message)

◆ ~InternalError()

AlgorithmModule::InternalError::~InternalError ( )
override

The documentation for this class was generated from the following files: