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