Json Box  0.6.1
This is a JSON C++ library. It can write and read JSON files with ease and speed.
Public Member Functions | List of all members
JsonBox::JsonWritingError Class Reference

#include <JsonWritingError.h>

Inherits std::runtime_error.

Public Member Functions

 JsonWritingError (const std::string &what)
 
 JsonWritingError (const char *what)
 

Detailed Description

Defines a type of object to be thrown as exception. It reports errors that occur when writing JSON.

Constructor & Destructor Documentation

JsonBox::JsonWritingError::JsonWritingError ( const std::string &  what)

Constructs the exception with what as an explanatory string that can be accessed through what().

Parameters
whatString describing the error.
JsonBox::JsonWritingError::JsonWritingError ( const char *  what)

Constructs the exception with what as an explanatory string that can be accessed through what().

Parameters
whatString describing the error.

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