Assimp
v3.1.1 (June 2014)
|
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) | |
![]() | |
DeadlyImportError (const std::string &pErrorText) | |
Constructor with arguments. More... | |
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.
|
inline |