#include <OSGClusterException.h>
Inheritance diagram for osg::RemoteSyncError:

Public Member Functions | |
| RemoteSyncError () | |
Info | |
| *virtual const Char8 * | what (void) const OSG_THROW_NOTHING() |
Protected Types | |
| typedef OSG_STDEXCEPTION_NAMESPACE::exception | Inherited |
Protected Attributes | |
Class Specific | |
| *std::string | _what |
Definition at line 66 of file OSGClusterException.h.
|
|
Definition at line 101 of file OSGException.h. |
|
|
Constructor. Add error text. Definition at line 76 of file OSGClusterException.cpp. References osg::Exception::_what. 00076 :ClusterException() 00077 { 00078 _what += "Error in synchronisation data stream. "; 00079 }
|
|
|
Definition at line 73 of file OSGException.cpp. References osg::Exception::_what. Referenced by osg::operator<<(). 00074 { 00075 return _what.c_str(); 00076 }
|
|
1.4.3