#include <OSGBinaryDataHandler.h>

Public Member Functions | |
| WriteError (const Char8 *reason) | |
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 75 of file OSGBinaryDataHandler.h.
typedef OSG_STDEXCEPTION_NAMESPACE::exception osg::Exception::Inherited [protected, inherited] |
Definition at line 101 of file OSGException.h.
| osg::BinaryDataHandler::WriteError::WriteError | ( | const Char8 * | reason | ) | [inline] |
Definition at line 52 of file OSGBinaryDataHandler.inl.
References osg::Exception::_what.
00052 : 00053 Exception() 00054 { 00055 _what += "BinaryDataHandler WriteError: "; 00056 _what += reason; 00057 }
| const Char8 * Exception::what | ( | void | ) | const [virtual, inherited] |
Definition at line 73 of file OSGException.cpp.
References osg::Exception::_what.
Referenced by osg::ClusterServer::acceptClient(), osg::GroupMCastConnection::checkChannels(), osg::operator<<(), osg::PointMCastConnection::recvQueueThread(), osg::PointSockPipeline::selectChannel(), osg::PointSockConnection::selectChannel(), osg::PointMCastConnection::selectChannel(), osg::GroupSockConnection::selectChannel(), osg::GroupMCastConnection::sendQueueThread(), osg::PointSockConnection::signal(), osg::GroupSockConnection::signal(), osg::PointSockConnection::wait(), osg::PointMCastConnection::wait(), osg::GroupSockConnection::wait(), osg::GroupSockPipeline::write(), and osg::GroupSockConnection::write().
00074 { 00075 return _what.c_str(); 00076 }
std::string osg::Exception::_what [protected, inherited] |
Definition at line 107 of file OSGException.h.
Referenced by osg::ClusterException::ClusterException(), osg::ConnectionClosed::ConnectionClosed(), osg::Exception::operator=(), osg::BinaryDataHandler::ReadError::ReadError(), osg::RemoteSyncError::RemoteSyncError(), osg::SocketError::SocketError(), osg::SocketException::SocketException(), osg::SocketHostError::SocketHostError(), osg::Exception::what(), and WriteError().
1.5.5