MeVisLab Toolbox Reference
ml::AlgorithmModule::InputObjectError Class Reference

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

#include <mlAlgorithmModule.h>

Inheritance diagram for ml::AlgorithmModule::InputObjectError:
ml::AlgorithmModule::Error

Public Member Functions

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

This class should be used to indicate an error caused by an invalid input object (image, Base object, ...).

Definition at line 107 of file mlAlgorithmModule.h.

Constructor & Destructor Documentation

◆ InputObjectError()

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

◆ ~InputObjectError()

ml::AlgorithmModule::InputObjectError::~InputObjectError ( )
override

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