[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Exception class for scanner errors
Source position: fpexprpars.pp line 93
type EExprScanner = class(Exception) |
|
Exception class for scanner errors |
|
| | | ||
| | | ||
This exception class is raised by the TFPExpressionScanner when lexical analysis errors occur during expression scanning. It indicates problems encountered while tokenizing the input expression text.
Common scenarios that trigger this exception include:
The exception typically provides detailed error information including the position where the error occurred and a description of what went wrong during the scanning process.