Struct interactor::invalid_args_exception#

Nested Relationships#

This struct is a nested type of Class interactor.

Inheritance Relationships#

Base Type#

Struct Documentation#

struct invalid_args_exception : public f3d::exception

An exception that can be thrown by command callbacks when the arguments of the callback are incorrect. This exception is caught by triggerCommand and logged.

Public Functions

inline explicit invalid_args_exception(const std::string &what = "")