TuttleOFX  1
tuttle::exception::MissingHostFeature Struct Reference

Status error code returned by plug-ins when they are missing host functionality, either an API or some optional functionality (eg: custom params). More...

#include <exceptions.hpp>

Inheritance diagram for tuttle::exception::MissingHostFeature:
Collaboration diagram for tuttle::exception::MissingHostFeature:

Public Member Functions

 MissingHostFeature ()
 MissingHostFeature (const std::string &feature)

Detailed Description

Status error code returned by plug-ins when they are missing host functionality, either an API or some optional functionality (eg: custom params).

Plug-Ins returning this should post an appropriate error message stating what they are missing.

Definition at line 217 of file exceptions.hpp.


Constructor & Destructor Documentation

tuttle::exception::MissingHostFeature::MissingHostFeature ( ) [inline]

Definition at line 219 of file exceptions.hpp.

tuttle::exception::MissingHostFeature::MissingHostFeature ( const std::string &  feature) [inline]

Definition at line 223 of file exceptions.hpp.

References tuttle::quotes().

Here is the call graph for this function:


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