This class is the top exception class used in libsocket.
More...
#include <socketexception.hh>
This class is the top exception class used in libsocket.
- Author
- Julien Lemoine <speedblue at happycoders dot org>
Definition at line 47 of file socketexception.hh.
◆ Exception() [1/3]
Network::Exception::Exception |
( |
| ) |
|
|
inline |
◆ Exception() [2/3]
Network::Exception::Exception |
( |
const char * |
file, |
|
|
int |
line |
|
) |
| |
|
inline |
◆ Exception() [3/3]
Network::Exception::Exception |
( |
const std::string & |
err, |
|
|
const char * |
file, |
|
|
int |
line |
|
) |
| |
|
inline |
◆ get_error()
const std::string & Network::Exception::get_error |
( |
| ) |
const |
◆ get_file()
const char * Network::Exception::get_file |
( |
| ) |
const |
◆ get_line()
int Network::Exception::get_line |
( |
| ) |
const |
◆ print()
void Network::Exception::print |
( |
std::ostream & |
stream | ) |
const |
◆ _error
std::string Network::Exception::_error |
|
protected |
◆ _file
const char* Network::Exception::_file |
|
protected |
◆ _line
int Network::Exception::_line |
|
protected |
The documentation for this class was generated from the following files: