Assimp  v3.1.1 (June 2014)
Assimp::STEP::TypeError Struct Reference

Exception class used by the STEP loading & parsing code when a type error (i.e. More...

Inherits DeadlyImportError.

Public Types

enum  { ENTITY_NOT_SPECIFIED = 0xffffffffffffffffLL }
 

Public Member Functions

 TypeError (const std::string &s, uint64_t entity=ENTITY_NOT_SPECIFIED, uint64_t line=SyntaxError::LINE_NOT_SPECIFIED)
 
- Public Member Functions inherited from DeadlyImportError
 DeadlyImportError (const std::string &pErrorText)
 Constructor with arguments. More...
 

Detailed Description

Exception class used by the STEP loading & parsing code when a type error (i.e.

an entity expects a string but receives a bool) occurs. It is typically coupled with both an entity id and a line number.

Member Enumeration Documentation

anonymous enum
Enumerator
ENTITY_NOT_SPECIFIED 

Constructor & Destructor Documentation

STEP::TypeError::TypeError ( const std::string &  s,
uint64_t  entity = ENTITY_NOT_SPECIFIED,
uint64_t  line = SyntaxError::LINE_NOT_SPECIFIED 
)

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