SUMO - Simulation of Urban MObility
tcpip::SocketException Class Reference

#include <socket.h>

Inheritance diagram for tcpip::SocketException:
exception

Public Member Functions

 SocketException (std::string what) throw ()
virtual const char * what () const throw ()
 ~SocketException () throw ()

Private Attributes

std::string what_

Detailed Description

Definition at line 59 of file socket.h.


Constructor & Destructor Documentation

tcpip::SocketException::SocketException ( std::string  what) throw () [inline]

Definition at line 64 of file socket.h.

References what(), and what_.

Definition at line 75 of file socket.h.


Member Function Documentation


Field Documentation

std::string tcpip::SocketException::what_ [private]

Definition at line 62 of file socket.h.

Referenced by SocketException(), and what().


The documentation for this class was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines