Assimp  v4.1. (December 2018)
Assimp::Blender::Error Struct Reference

Exception class used by the blender loader to selectively catch exceptions thrown in its own code (DeadlyImportErrors thrown in general utility functions are untouched then). More...

Inherits DeadlyImportError.

Public Member Functions

 Error (const std::string &s)
 
- Public Member Functions inherited from DeadlyImportError
 DeadlyImportError (const std::string &errorText)
 Constructor with arguments. More...
 

Detailed Description

Exception class used by the blender loader to selectively catch exceptions thrown in its own code (DeadlyImportErrors thrown in general utility functions are untouched then).

If such an exception is not caught by the loader itself, it will still be caught by Assimp due to its ancestry.

Constructor & Destructor Documentation

◆ Error()

Assimp::Blender::Error::Error ( const std::string &  s)
inline

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