osg::SocketException Class Reference
[Network]

Base class for socket exceptions.

#include <OSGSocketException.h>

Inheritance diagram for osg::SocketException:

osg::Exception osg::SocketError osg::SocketHostError osg::SocketConnReset osg::SocketInUse

List of all members.

Public Member Functions

Constructors


 SocketException ()
Info


virtual const Char8what (void) const OSG_THROW_NOTHING()

Protected Types

typedef
OSG_STDEXCEPTION_NAMESPACE::exception 
Inherited

Protected Attributes

Class Specific


std::string _what


Detailed Description

Definition at line 57 of file OSGSocketException.h.


Member Typedef Documentation

typedef OSG_STDEXCEPTION_NAMESPACE::exception osg::Exception::Inherited [protected, inherited]

Definition at line 101 of file OSGException.h.


Constructor & Destructor Documentation

SocketException::SocketException (  ) 

Constructor

Definition at line 56 of file OSGSocketException.cpp.

References osg::Exception::_what.

00056                                 :
00057     Exception()
00058 {
00059     _what+="SocketLib: ";
00060 }


Member Function Documentation

const Char8 * Exception::what ( void   )  const [virtual, inherited]


Member Data Documentation

std::string osg::Exception::_what [protected, inherited]


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

Generated on Mon Mar 17 11:11:09 2008 for OpenSG by  doxygen 1.5.5