NLSOUND::ESoundFileNotFound Class Reference

#include <sound.h>

Inheritance diagram for NLSOUND::ESoundFileNotFound:

NLMISC::Exception

Detailed Description

ESoundFileNotFound

Definition at line 153 of file sound.h.

Public Member Functions

 ESoundFileNotFound (const std::string filename)
virtual const char * what () const throw ()

Protected Attributes

std::string _Reason


Constructor & Destructor Documentation

NLSOUND::ESoundFileNotFound::ESoundFileNotFound const std::string  filename  )  [inline]
 

Definition at line 156 of file sound.h.

References file, and format.

00156                                                        :
00157           NLMISC::Exception( (std::string("Sound file not found, or invalid file format: ")+filename).c_str() ) {}
};


Member Function Documentation

const char * NLMISC::Exception::what  )  const throw () [virtual, inherited]
 

Reimplemented in NL3D::EBadBind.

Definition at line 672 of file common.cpp.

00673 {
00674         return _Reason.c_str();
00675 }


Field Documentation

std::string NLMISC::Exception::_Reason [protected, inherited]
 

Definition at line 244 of file common.h.

Referenced by NLMISC::Exception::Exception().


The documentation for this class was generated from the following file:
Generated on Tue Mar 16 14:50:32 2004 for NeL by doxygen 1.3.6