NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
websocketpp::http::exception Class Reference

#include <constants.hpp>

Inheritance diagram for websocketpp::http::exception:
Collaboration diagram for websocketpp::http::exception:

Public Member Functions

 exception (const std::string &log_msg, status_code::value error_code, const std::string &error_msg=std::string(), const std::string &body=std::string())
 
 ~exception () throw ()
 
virtual const char * what () const throw ()
 

Public Attributes

std::string m_msg
 
std::string m_error_msg
 
std::string m_body
 
status_code::value m_error_code
 

Detailed Description

Definition at line 283 of file constants.hpp.

Constructor & Destructor Documentation

websocketpp::http::exception::exception ( const std::string &  log_msg,
status_code::value  error_code,
const std::string &  error_msg = std::string(),
const std::string &  body = std::string() 
)
inline

Definition at line 285 of file constants.hpp.

websocketpp::http::exception::~exception ( )
throw (
)
inline

Definition at line 294 of file constants.hpp.

Member Function Documentation

virtual const char* websocketpp::http::exception::what ( ) const
throw (
)
inlinevirtual

Member Data Documentation

std::string websocketpp::http::exception::m_msg

Definition at line 300 of file constants.hpp.

std::string websocketpp::http::exception::m_error_msg
std::string websocketpp::http::exception::m_body

Definition at line 302 of file constants.hpp.

status_code::value websocketpp::http::exception::m_error_code

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