osg::ConnectionClosed Class Reference

#include <OSGClusterException.h>

Inheritance diagram for osg::ConnectionClosed:

osg::ClusterException osg::Exception

List of all members.

Public Member Functions

 ConnectionClosed ()
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 59 of file OSGClusterException.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

ConnectionClosed::ConnectionClosed (  ) 

Constructor. Add error text.

Definition at line 64 of file OSGClusterException.cpp.

References osg::Exception::_what.

00064                                   :ClusterException()
00065 {
00066     _what += "Connection closed by endpoint. ";
00067 }


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:16 2008 for OpenSG by  doxygen 1.5.5