Assimp
v4.1. (December 2018)
|
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) | |
![]() | |
DeadlyImportError (const std::string &errorText) | |
Constructor with arguments. More... | |
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.
STEP::TypeError::TypeError | ( | const std::string & | s, |
uint64_t | entity = ENTITY_NOT_SPECIFIED , |
||
uint64_t | line = SyntaxError::LINE_NOT_SPECIFIED |
||
) |