Unit 'fpexprpars' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

EExprScanner

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

Exception class for scanner errors

Declaration

Source position: fpexprpars.pp line 93

type EExprScanner = class(Exception)

Inheritance

EExprScanner

  

Exception class for scanner errors

|

Exception

|

TObject

Description

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.


Documentation generated on: Dec 15 2025