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

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

Detailed Description

The base-class for all other exceptions.

Constructor & Destructor Documentation

◆ DeadlyErrorBase() [1/2]

DeadlyErrorBase::DeadlyErrorBase ( Assimp::Formatter::format  f)
protected

The class constructor with the formatter.

Parameters
fThe formatter.

◆ DeadlyErrorBase() [2/2]

template<typename... T, typename U >
DeadlyErrorBase::DeadlyErrorBase ( Assimp::Formatter::format  f,
U &&  u,
T &&...  args 
)
inlineprotected

The class constructor with the parameter ellipse.

Template Parameters
...TThe type for the ellipse
UThe other type
Parameters
fThe formatter
uOne parameter
...argsThe rest

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