|
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. | |
Additional Inherited Members | |
Protected Member Functions inherited from DeadlyErrorBase | |
| 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 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.