[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Exception raised when an error occurs during the parsing of streams.
Source position: classesh.inc line 144
type EParserError = class(Exception) ; |
|
Exception raised when an error occurs during the parsing of streams. |
|
| | ||
|
Base class of all exceptions. |
|
| | ||
|
Base class of all classes. |
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.
|
Class to parse the contents of a stream containing text data. |