Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
DeadlyImportError Class Reference

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. More...
 
template<typename... T>
 DeadlyImportError (T &&... args)
 The class constructor with the parameter ellipse. More...
 

Additional Inherited Members

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

Detailed Description

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.

Constructor & Destructor Documentation

◆ DeadlyImportError() [1/2]

DeadlyImportError::DeadlyImportError ( const char *  message)
inline

The class constructor with the message.

Parameters
messageThe message

◆ DeadlyImportError() [2/2]

template<typename... T>
DeadlyImportError::DeadlyImportError ( T &&...  args)
inlineexplicit

The class constructor with the parameter ellipse.

Template Parameters
...TThe type for the ellipse
Parameters
...argsThe args

The documentation for this class was generated from the following file: