MeVisLab Toolbox Reference
ml::AlgorithmModule::InternalError Class Reference

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

#include <mlAlgorithmModule.h>

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

Public Member Functions

 InternalError (const std::string &message)
 
 ~InternalError () override
 
- Public Member Functions inherited from ml::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, ...).

Definition at line 128 of file mlAlgorithmModule.h.

Constructor & Destructor Documentation

◆ InternalError()

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

◆ ~InternalError()

ml::AlgorithmModule::InternalError::~InternalError ( )
override

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