Network exception.
More...
#include <WebException.h>
◆ WebException() [1/3]
web::exceptions::WebException::WebException |
( |
int | line, |
|
|
std::string_view | file ) |
◆ WebException() [2/3]
web::exceptions::WebException::WebException |
( |
const WebException & | other | ) |
|
|
default |
◆ WebException() [3/3]
web::exceptions::WebException::WebException |
( |
WebException && | other | ) |
|
|
defaultnoexcept |
◆ ~WebException()
virtual web::exceptions::WebException::~WebException |
( |
| ) |
|
|
virtualdefault |
◆ getErrorCode()
int web::exceptions::WebException::getErrorCode |
( |
| ) |
const |
|
noexcept |
◆ getFile()
std::string_view web::exceptions::WebException::getFile |
( |
| ) |
const |
|
noexcept |
◆ getLine()
int web::exceptions::WebException::getLine |
( |
| ) |
const |
|
noexcept |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ what()
const char * web::exceptions::WebException::what |
( |
| ) |
const |
|
overridenoexcept |
◆ data
std::string web::exceptions::WebException::data |
|
protected |
◆ errorCode
int web::exceptions::WebException::errorCode |
|
protected |
◆ file
std::string_view web::exceptions::WebException::file |
|
protected |
◆ line
int web::exceptions::WebException::line |
|
protected |
The documentation for this class was generated from the following files: