#include <sound.h>
Inheritance diagram for NLSOUND::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 |
|
Definition at line 156 of file sound.h.
00156 : 00157 NLMISC::Exception( (std::string("Sound file not found, or invalid file format: ")+filename).c_str() ) {} }; |
|
Reimplemented in NL3D::EBadBind. Definition at line 672 of file common.cpp.
00673 { 00674 return _Reason.c_str(); 00675 } |
|
Definition at line 244 of file common.h. Referenced by NLMISC::Exception::Exception(). |