Struct options::incompatible_exception#

Nested Relationships#

This struct is a nested type of Class options.

Inheritance Relationships#

Base Type#

Struct Documentation#

struct incompatible_exception : public f3d::exception

An exception that can be thrown by the options when a provided option type is incompatible with its internal type.

Public Functions

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