Assimp
v4.1. (December 2018)
|
Exception class used by the STEP loading & parsing code. More...
Inherits DeadlyImportError.
Public Types | |
enum | { LINE_NOT_SPECIFIED = 0xffffffffffffffffLL } |
Public Member Functions | |
SyntaxError (const std::string &s, uint64_t line=LINE_NOT_SPECIFIED) | |
![]() | |
DeadlyImportError (const std::string &errorText) | |
Constructor with arguments. More... | |
Exception class used by the STEP loading & parsing code.
It is typically coupled with a line number.
STEP::SyntaxError::SyntaxError | ( | const std::string & | s, |
uint64_t | line = LINE_NOT_SPECIFIED |
||
) |