json test

Embed: (wiki syntax)

« Back to documentation index

RuntimeError Class Reference

RuntimeError Class Reference

Exceptions which the user cannot easily avoid. More...

#include <value.h>

Inherits Json::Exception.


Detailed Description

Exceptions which the user cannot easily avoid.

E.g. out-of-memory (when we use malloc), stack-overflow, malicious input

Remarks:
derived from Json::Exception

Definition at line 70 of file value.h.