MLAlgorithmModule
AlgorithmModule::InputParameterError Class Reference

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

#include <mlAlgorithmModule.h>

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

Public Member Functions

 InputParameterError (const std::string &message)
 
 ~InputParameterError () 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 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, ...).

Constructor & Destructor Documentation

◆ InputParameterError()

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

◆ ~InputParameterError()

AlgorithmModule::InputParameterError::~InputParameterError ( )
override

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