#include <Pt/Json/JsonError.h>
Exception during JSON processing.
Inherits runtime_error.
Inherited by SyntaxError.
Public Member Functions | |
| JsonError (const std::string &what) | |
| Construct with message. | |
| JsonError (const char *what) | |
| Construct with message. | |
| ~JsonError () throw () | |
| Destructor. | |