ADTF  3.18.2
RuntimeError

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

Inheritance diagram for RuntimeError:
[legend]

Public Member Functions

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

Additional Inherited Members

- Protected Attributes inherited from 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

Definition at line 70 of file value.h.