osg::BinaryDataHandler::WriteError Struct Reference

#include <OSGBinaryDataHandler.h>

Inheritance diagram for osg::BinaryDataHandler::WriteError:

osg::Exception

List of all members.

Public Member Functions

 WriteError (const Char8 *reason)
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 75 of file OSGBinaryDataHandler.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

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 }


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 struct was generated from the following files:

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