Assimp  v3.1.1 (June 2014)
DeadlyImportError Class Reference

FOR IMPORTER PLUGINS ONLY: Simple exception class to be thrown if an unrecoverable error occurs while importing. More...

Inherits std::runtime_error.

Inherited by Assimp::Blender::Error, Assimp::STEP::SyntaxError, and Assimp::STEP::TypeError.

Public Member Functions

 DeadlyImportError (const std::string &pErrorText)
 Constructor with arguments. More...
 

Detailed Description

FOR IMPORTER PLUGINS ONLY: Simple exception class to be thrown if an unrecoverable error occurs while importing.

Loading APIs return NULL instead of a valid aiScene then.

Constructor & Destructor Documentation

§ DeadlyImportError()

DeadlyImportError::DeadlyImportError ( const std::string &  pErrorText)
inlineexplicit

Constructor with arguments.


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