FOR IMPORTER PLUGINS ONLY: Simple exception class to be thrown if an unrecoverable error occurs while importing.
More...
#include <Exceptional.h>
Inherits DeadlyErrorBase.
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.
◆ DeadlyImportError() [1/2]
DeadlyImportError::DeadlyImportError |
( |
const char * |
message | ) |
|
|
inline |
The class constructor with the message.
- Parameters
-
◆ DeadlyImportError() [2/2]
template<typename... T>
DeadlyImportError::DeadlyImportError |
( |
T &&... |
args | ) |
|
|
inlineexplicit |
The class constructor with the parameter ellipse.
- Template Parameters
-
...T | The type for the ellipse |
- Parameters
-
The documentation for this class was generated from the following file: