JsonError Class Reference

#include <Pt/Json/JsonError.h>

Exception during JSON processing.

Inherited by SyntaxError.

Public Member Functions

 JsonError (const std::string &what)
 Construct with message.
 JsonError (const char *what)
 Construct with message.
 ~JsonError () throw ()
 Destructor.