Path Tracer
Public Member Functions | List of all members
DeadlyImportError Class Reference

#include <Exceptional.h>

Inheritance diagram for DeadlyImportError:
DeadlyErrorBase

Public Member Functions

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

Additional Inherited Members

- Protected Member Functions inherited from DeadlyErrorBase
 DeadlyErrorBase (Assimp::Formatter::format f)
 
template<typename... T, typename U >
 DeadlyErrorBase (Assimp::Formatter::format f, U &&u, T &&... args)
 

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()

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

Constructor with arguments


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