NetSocket++  0.1
A library designed to simplify working with UNIX sockets in C++, written in OOP methodology.
 All Classes Namespaces Files Functions Variables
Public Member Functions | List of all members
NetSocketPP::SocketException Class Reference

A class representing an exception with socket classes. More...

#include <SocketException.h>

Inheritance diagram for NetSocketPP::SocketException:

Public Member Functions

 SocketException (std::string msg)
 A constructor with parameters. More...
 
 ~SocketException () throw ()
 A destructor, as needed by std::exception.
 
const char * what () const throw ()
 A function, that returns error message, as needed by std::exception. More...
 

Detailed Description

A class representing an exception with socket classes.

Constructor & Destructor Documentation

SocketException::SocketException ( std::string  msg)

A constructor with parameters.

Parameters
msgWhat has happened.

Member Function Documentation

const char * SocketException::what ( ) const throw ()

A function, that returns error message, as needed by std::exception.

Returns
Error message.

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