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

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)
 
- Public Member Functions inherited from DeadlyImportError
 DeadlyImportError (const std::string &errorText)
 Constructor with arguments. More...
 

Detailed Description

Exception class used by the STEP loading & parsing code.

It is typically coupled with a line number.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
LINE_NOT_SPECIFIED 

Constructor & Destructor Documentation

◆ SyntaxError()

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

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