Class EgoJsonParserError

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type EgoJsonParserError = class(Exception)

Description

Type of exception that is raised when parsing an invalid JSON source.

Hierarchy

  • Exception
  • EgoJsonParserError

Overview

Properties

Public property LineNumber: Integer read FLineNumber;
Public property ColumnNumber: Integer read FColumnNumber;
Public property Position: Integer read FPosition;

Description

Properties

Public property LineNumber: Integer read FLineNumber;

The line number of the error in the source text, starting at 1.

Public property ColumnNumber: Integer read FColumnNumber;

The column number of the error in the source text, starting at 1.

Public property Position: Integer read FPosition;

The position of the error in the source text, starting at 0. The position is the offset (in characters) from the beginning of the text.


Generated by P2PasDoc 0.13.0 on 2017-04-25 12:54:26