ImFusion C++ SDK 4.4.0
ImFusion::ML::ParamException Struct Reference

#include <ImFusion/ML/AdvancedParameter.h>

Special type for handling exceptions during parameter configuration. More...

Inheritance diagram for ImFusion::ML::ParamException:

Detailed Description

Special type for handling exceptions during parameter configuration.

This is used mostly because AdvancedParameter derives from Parameter, and the Parameter::configure method does not have a return value so raising an exception is the only way to notify a problem.

Public Member Functions

 ParamException (const std::string &msg)
Public Member Functions inherited from std::runtime_error
runtime_error (T... args)
what (T... args)
Public Member Functions inherited from std::exception
exception (T... args)
operator= (T... args)
what (T... args)
~exception (T... args)

The documentation for this struct was generated from the following file:
  • ImFusion/ML/AdvancedParameter.h
Search Tab / S to search, Esc to close