Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

Dv::Net::ServerSocketError Class Reference

A runtime exception thrown by some ServerSocket operations. More...

#include <serversocket.h>

List of all members.

Public Member Functions

 ServerSocketError (const std::string &message)
 Constructor, prepends NAME to message to obtain * std::runtime_error::what().

Static Public Attributes

const std::string NAME
 Name of class, is prepended to each message argument of the constructor.


Detailed Description

A runtime exception thrown by some ServerSocket operations.

Definition at line 18 of file serversocket.h.


Constructor & Destructor Documentation

Dv::Net::ServerSocketError::ServerSocketError const std::string &  message  )  [inline]
 

Constructor, prepends NAME to message to obtain * std::runtime_error::what().

Definition at line 23 of file serversocket.h.

References NAME.


Member Data Documentation

const std::string Dv::Net::ServerSocketError::NAME [static]
 

Name of class, is prepended to each message argument of the constructor.

Definition at line 21 of file serversocket.h.

Referenced by ServerSocketError().


The documentation for this class was generated from the following file:
dvnet-0.9.11 [27 December, 2004]