Open main menu

RAD Studio API Documentation β

System.JSON.EJSONPathException

System.JSON.EJSONExceptionSystem.SysUtils.ExceptionSystem.TObjectEJSONPathException

Delphi

EJSONPathException = class(EJSONException);

C++

class PASCALIMPLEMENTATION EJSONPathException : public EJSONException

Properties

Type Visibility Source Unit Parent
class public
System.JSON.pas
System.JSON.hpp
System.JSON System.JSON

Description

JSON exception handler.

System.JSON.EJSONPathException inherits from System.JSON.EJSONException. All content below this line refers to System.JSON.EJSONException.

JSON exception handler.

EJSONException signals a JSON exception, usually generated by parser code.