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

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. 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 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.

Constructor & Destructor Documentation

◆ DeadlyExportError()

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

Constructor with arguments.


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