Class EX3DClassicReadError
Unit
X3DLexer
Declaration
type EX3DClassicReadError = class(EX3DError)
Description
Error when reading VRML/X3D classic encoding.
Hierarchy
Overview
Methods
Description
Methods
 |
function MessagePositionPrefix(Lexer: TX3DLexer): string; virtual; abstract; |
|
 |
constructor Create(Lexer: TX3DLexer; const s: string); |
Standard constructor.
Lexer instance must be valid for this call, but not longer. That is, you can free the lexer after this constructor finished, it doesn't need to be valid for the whole lifetime of this object.
|
Generated by PasDoc 0.13.0 on 2014-08-30 12:10:46
|