#include <json.h>

Public Member Functions | |
| Exception (std::string const &msg) | |
| Exception (std::string const &msg) | |
| char const * | what () const override throw () |
| char const * | what () const override throw () |
| ~Exception () override throw () | |
| ~Exception () override throw () | |
Protected Attributes | |
| std::string | msg_ |
Base class for all exceptions we throw.
We use nothing but these internally. Of course, STL can throw others.
Definition at line 425 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.
| Exception::Exception | ( | std::string const & | msg | ) |
Definition at line 2569 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.
|
override | |||||||||||||
Definition at line 2572 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.
| Json::Exception::Exception | ( | std::string const & | msg | ) |
|
override | |||||||||||||
|
override | |||||||||||||
Definition at line 2574 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.
|
override | |||||||||||||
|
protected |
Definition at line 431 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.