Unit 'JsonScanner' Package
[Overview][Resource strings][Constants][Types][Classes][Index] [#fcl]

EScannerError

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

JSON scanner exception

Declaration

Source position: jsonscanner.pp line 58

type EScannerError = class(EParserError)

Inheritance

EScannerError

  

JSON scanner exception

|

EParserError

|

Exception

|

TObject

Description

Exception class raised when errors occur during JSON tokenization. Descends from EParserError to provide specific error handling for scanner operations.

Errors

Raised when invalid characters, unterminated strings, or other lexical errors are encountered during JSON scanning.

See also

SErrInvalidCharacter

  

Invalid character error message

SUnterminatedComment

  

Unterminated comment error message

SErrOpenString

  

Open string error message


Documentation generated on: Jan 27 2026