MythTV  master
Public Member Functions | Public Attributes | List of all members
HttpException Class Reference

#include <httprequest.h>

Inheritance diagram for HttpException:
Inheritance graph
[legend]
Collaboration diagram for HttpException:
Collaboration graph
[legend]

Public Member Functions

 HttpException (int nCode=-1, QString sMsg="")
 
virtual ~HttpException ()=default
 

Public Attributes

int m_code {-1}
 
QString m_msg
 

Detailed Description

Definition at line 305 of file httprequest.h.

Constructor & Destructor Documentation

◆ HttpException()

HttpException::HttpException ( int  nCode = -1,
QString  sMsg = "" 
)
inlineexplicit

Definition at line 311 of file httprequest.h.

◆ ~HttpException()

virtual HttpException::~HttpException ( )
virtualdefault

Member Data Documentation

◆ m_code

int HttpException::m_code {-1}

Definition at line 308 of file httprequest.h.

◆ m_msg

QString HttpException::m_msg

Definition at line 309 of file httprequest.h.

Referenced by ServiceHost::ProcessRequest().


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