Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
|
The base-class for all other exceptions. More...
#include <Exceptional.h>
Inherits std::runtime_error.
Inherited by DeadlyExportError, and DeadlyImportError.
Protected Member Functions | |
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... | |
The base-class for all other exceptions.
|
protected |
The class constructor with the formatter.
f | The formatter. |
|
inlineprotected |
The class constructor with the parameter ellipse.
...T | The type for the ellipse |
U | The other type |
f | The formatter |
u | One parameter |
...args | The rest |