Assimp  v3.1.1 (June 2014)
Exceptional.h File Reference

Classes

class  DeadlyImportError
 FOR IMPORTER PLUGINS ONLY: Simple exception class to be thrown if an unrecoverable error occurs while importing. More...
 
struct  ExceptionSwallower< T >
 
struct  ExceptionSwallower< aiReturn >
 
struct  ExceptionSwallower< T * >
 
struct  ExceptionSwallower< void >
 

Macros

#define ASSIMP_BEGIN_EXCEPTION_REGION()
 
#define ASSIMP_END_EXCEPTION_REGION(type)
 

Typedefs

typedef DeadlyImportError DeadlyExportError
 

Macro Definition Documentation

#define ASSIMP_BEGIN_EXCEPTION_REGION ( )
Value:
{\
try {
#define ASSIMP_END_EXCEPTION_REGION (   type)
Value:
} catch(...) {\
}\
}
Definition: Exceptional.h:77

Typedef Documentation