swift
|
Thrown when a convertFromJson method encounters an unrecoverable error in JSON data. More...
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. | |
Thrown when a convertFromJson method encounters an unrecoverable error in JSON data.
Definition at line 23 of file jsonexception.h.