EJsonException

<< Click to Display Table of Contents >>

Navigation:  Classes >

EJsonException

SIGNATURE=IWJsonTools.EJsonException

 

ETYPE=Class

 

Declaration:

Delphi:

public EJsonException = class(Exception);

C++:

public: class EJsonException : public Exception;

 

EJsonException

 

Unit: IWJsonTools.pas

 

Description: EJsonException is the exception type used by TJsonNode. It is thrown during parse if the string is invalid json or if an attempt is made to access a non collection by name or index.