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 143
Type
EParserError = class (Exception)
;
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.
MembersNo members available
Inheritance
Class | Description |
---|---|
EParserError | Exception raised when an error occurs during the parsing of streams. |
See also
Name | Description |
---|---|
TParser | Class to parse the contents of a stream containing text data. |