API:System.JSON.EJSONPathException

Aus RAD Studio API Documentation
Version vom 4. Juli 2018, 07:07 Uhr von BuildBot (Diskussion | Beiträge)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche

System.JSON.EJSONExceptionSystem.SysUtils.ExceptionSystem.TObjectEJSONPathException

Delphi

EJSONPathException = class(EJSONException);

C++

class PASCALIMPLEMENTATION EJSONPathException : public EJSONException

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
System.JSON.pas
System.JSON.hpp
System.JSON System.JSON

Beschreibung

Behandlungsroutine für JSON-Exceptions.

System.JSON.EJSONPathException erbt von System.JSON.EJSONException. Der folgende Inhalt bezieht sich auf System.JSON.EJSONException.

Behandlungsroutine für JSON-Exceptions.

EJSONException signalisiert eine in der Regel von Parser-Code generierte JSON-Exception.