help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

EParserError

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Exception raised when an error occurs during the parsing of streams.

Declaration

Source position: classesh.inc line 131

type EParserError = class(Exception) end;

Inheritance

EParserError

  

Exception raised when an error occurs during the parsing of streams.

|

Exception

  

Base class of all exceptions.

|

TObject

Description

When an error occurs during the parsing of a stream, an EParserError is raised. Usually this indicates that an invalid token was found on the input stream, or the token read from the stream wasn't the expected token.

See also

TParser

  

Class to parse the contents of a stream containing text data.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505