ATSC3  24.10.0
Public Member Functions | List of all members
Json::RuntimeError Class Reference

#include <atsc_core_utils_json.h>

Inherits Json::Exception.

Public Member Functions

 RuntimeError (JSONCPP_STRING const &msg)
 
- Public Member Functions inherited from Json::Exception
 Exception (JSONCPP_STRING const &msg)
 
char const * what () const JSONCPP_NOEXCEPT override
 

Additional Inherited Members

- Protected Attributes inherited from Json::Exception
JSONCPP_STRING msg_
 

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

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