Struct interactor::command_runtime_exception#

Nested Relationships#

This struct is a nested type of Class interactor.

Inheritance Relationships#

Base Type#

Struct Documentation#

struct command_runtime_exception : public f3d::exception

An exception that can be thrown by interactor::triggerCommand when a command callback throw an exception

Public Functions

explicit command_runtime_exception(const std::string &what = "")