Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
|
FOR EXPORTER PLUGINS ONLY: Simple exception class to be thrown if an unrecoverable error occurs while exporting. More...
#include <Exceptional.h>
Inherits DeadlyErrorBase.
Public Member Functions | |
template<typename... T> | |
DeadlyExportError (T &&... args) | |
Constructor with arguments. More... | |
Additional Inherited Members | |
![]() | |
DeadlyErrorBase (Assimp::Formatter::format f) | |
The class constructor with the formatter. More... | |
template<typename... T, typename U > | |
DeadlyErrorBase (Assimp::Formatter::format f, U &&u, T &&... args) | |
The class constructor with the parameter ellipse. More... | |
FOR EXPORTER PLUGINS ONLY: Simple exception class to be thrown if an unrecoverable error occurs while exporting.
Exporting APIs return nullptr instead of a valid aiScene then.
|
inlineexplicit |
Constructor with arguments.