#include <sound_bank.h>
Inheritance diagram for NLSOUND::ESoundBankNotFound:
Definition at line 128 of file sound_bank.h.
Public Member Functions | |
ESoundBankNotFound (const std::string filename) | |
virtual const char * | what () const throw () |
Protected Attributes | |
std::string | _Reason |
|
Definition at line 131 of file sound_bank.h.
00131 : 00132 NLMISC::Exception( (std::string("Sound bank not found: ")+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(). |