swift
Public Member Functions | List of all members
swift::misc::CJsonException Class Reference

Thrown when a convertFromJson method encounters an unrecoverable error in JSON data. More...

Inheritance diagram for swift::misc::CJsonException:
[legend]

Public Member Functions

 CJsonException (const QString &message)
 Constructor.
 
const QString & getStackTrace () const
 Get a stack trace of where in the JSON object tree the error occurred.
 
QString toString (const QString &prefix) const
 As string info.
 

Detailed Description

Thrown when a convertFromJson method encounters an unrecoverable error in JSON data.

Definition at line 23 of file jsonexception.h.


The documentation for this class was generated from the following files: