MeVisLab Toolbox Reference
ml::AlgorithmModule::InputParameterError Class Reference

Data structure indicating an error because of an invalid input parameter. More...

#include <mlAlgorithmModule.h>

Inheritance diagram for ml::AlgorithmModule::InputParameterError:
ml::AlgorithmModule::Error

Public Member Functions

 InputParameterError (const std::string &message)
 
 ~InputParameterError () 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 error because of an invalid input parameter.

This class should be used to indicate an error caused by an invalid input parameter (integer, float, double, ...).

Definition at line 117 of file mlAlgorithmModule.h.

Constructor & Destructor Documentation

◆ InputParameterError()

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

◆ ~InputParameterError()

ml::AlgorithmModule::InputParameterError::~InputParameterError ( )
override

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