#include <cxxtools/net.h>
Inheritance diagram for Exception:

Public Member Functions | |
| Exception (int _errno, const char *fn) | |
| Exception (const char *fn) | |
| Exception | ( | int | _errno, | |
| const char * | fn | |||
| ) |
The class is initialized with a message containing the error number, the error message from strerror(3) and the passed function name.
| Exception | ( | const char * | fn | ) | [explicit] |
Initializes the excpetion with a message containing the error number from errno, the error message from strerror(3) and the passed function name.