[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
JSON scanner exception
Source position: jsonscanner.pp line 58
type EScannerError = class(EParserError) |
|
JSON scanner exception |
|
| | | ||
| | | ||
| | | ||
Exception class raised when errors occur during JSON tokenization. Descends from EParserError to provide specific error handling for scanner operations.
Raised when invalid characters, unterminated strings, or other lexical errors are encountered during JSON scanning.
|
Invalid character error message |
|
|
Unterminated comment error message |
|
|
Open string error message |