Exception used for invalid JSON keys.
More...
#include <json.h>
|
| invalid_key (const std::string &key) |
| Constructor. More...
|
|
virtual | ~invalid_key () throw () |
| Destructor.
|
|
virtual const char * | what () const throw () |
| Returns the invalid key.
|
|
|
const std::string | key |
| The key used that was invalid.
|
|
Exception used for invalid JSON keys.
◆ invalid_key()
json::invalid_key::invalid_key |
( |
const std::string & |
key | ) |
|
|
inline |
Constructor.
- Parameters
-
key | The key that was not valid |
The documentation for this class was generated from the following file: