![]() |
ImFusion SDK 4.3
|
#include <ImFusion/ML/AdvancedParameter.h>
Special type for handling exceptions during parameter configuration. More...
Inheritance diagram for ParamException: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 runtime_error | |
| T | runtime_error (T... args) |
| T | what (T... args) |
Public Member Functions inherited from exception | |
| T | exception (T... args) |
| T | operator= (T... args) |
| T | what (T... args) |
| T | ~exception (T... args) |