tcpip::SocketException Class Reference

#include <socket.h>

Inheritance diagram for tcpip::SocketException:

exception

Detailed Description

Definition at line 58 of file socket.h.


Public Member Functions

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

Private Attributes

std::string what_

Constructor & Destructor Documentation

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

Definition at line 63 of file socket.h.

References what(), and what_.

00064         {
00065             what_ = what;
00066             //std::cerr << "tcpip::SocketException: " << what << std::endl << std::flush;
00067         }

tcpip::SocketException::~SocketException (  )  throw () [inline]

Definition at line 74 of file socket.h.

00074 {}


Member Function Documentation

virtual const char* tcpip::SocketException::what (  )  const throw () [inline, virtual]


Field Documentation

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

Definition at line 61 of file socket.h.

Referenced by SocketException(), and what().


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

Generated on Wed May 5 00:07:02 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6