[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
[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 131
type EParserError = class(Exception) end; |
|
Exception raised when an error occurs during the parsing of streams. |
|
| | ||
|
Base class of all exceptions. |
|
| | ||
TObject |
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. |
No notes exist for this page yet.