webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Protected Attributes | List of all members
Json::Exception Class Reference

#include <json.h>

Inheritance diagram for Json::Exception:
Json::LogicError Json::RuntimeError

Public Member Functions

 Exception (std::string const &msg)
 
 ~Exception () override throw ()
 
char const * what () const override throw ()
 

Protected Attributes

std::string msg_
 

Detailed Description

Base class for all exceptions we throw.

We use nothing but these internally. Of course, STL can throw others.

Constructor & Destructor Documentation

◆ Exception()

Exception::Exception ( std::string const &  msg)

◆ ~Exception()

Exception::~Exception ( )
throw (
)
override

Member Function Documentation

◆ what()

char const * Exception::what ( ) const
throw (
)
override

Member Data Documentation

◆ msg_

std::string Json::Exception::msg_
protected

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