ADTF  3.18.2
Exception

Base class for all exceptions we throw. More...

Inheritance diagram for Exception:
[legend]

Public Member Functions

 Exception (JSONCPP_STRING const &msg)
 
char const * what () const JSONCPP_NOEXCEPT JSONCPP_OVERRIDE
 

Protected Attributes

JSONCPP_STRING msg_
 

Detailed Description

Base class for all exceptions we throw.

We use nothing but these internally. Of course, STL can throw others.

Definition at line 55 of file value.h.