System.JSON.EJSONPathException

From RAD Studio API Documentation
Jump to: navigation, search

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.