Struct loader::load_failure_exception#

Nested Relationships#

This struct is a nested type of Class loader.

Inheritance Relationships#

Base Type#

Struct Documentation#

struct load_failure_exception : public f3d::exception

An exception that can be thrown by the loader when it failed to load a file for some reason.

Public Functions

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