#include <ulxr_except.h>
Inheritance diagram for ulxr::ConnectionException:


Public Member Functions | |
| ConnectionException (int fc, const CppString &phrase, int stat) | |
| Constructs a connection exception. | |
| virtual | ~ConnectionException () throw () |
| Destroys the exception. | |
| int | getStatusCode () const |
| Gets the status number. | |
Private Attributes | |
| int | status |
Definition at line 93 of file ulxr_except.h.
| ulxr::ConnectionException::ConnectionException | ( | int | fc, | |
| const CppString & | phrase, | |||
| int | stat | |||
| ) |
Constructs a connection exception.
| fc | number representing the error class | |
| stat | the error number (default is according to http documentation if applicable) | |
| phrase | a human readable phrase describing the status |
Definition at line 80 of file ulxr_except.cpp.
| ulxr::ConnectionException::~ConnectionException | ( | ) | throw () [virtual] |
| int ulxr::ConnectionException::getStatusCode | ( | ) | const |
int ulxr::ConnectionException::status [private] |
Definition at line 115 of file ulxr_except.h.
1.5.1