#include <ai_exception.h>
Inheritance diagram for NLAIE::CExceptionObjectNotFoundError:
Definition at line 144 of file ai_exception.h.
Public Member Functions | |
CExceptionObjectNotFoundError (const std::string &name) | |
CExceptionObjectNotFoundError (const CExceptionObjectNotFoundError &e) | |
virtual const IException * | clone () const |
virtual const char * | what () const throw () |
~CExceptionObjectNotFoundError () throw () | |
Protected Attributes | |
std::string | _Reason |
|
Definition at line 147 of file ai_exception.h. Referenced by clone().
00147 :IException(e) 00148 { 00149 } |
|
Definition at line 150 of file ai_exception.h.
00150 :IException(name) 00151 { 00152 } |
|
Definition at line 156 of file ai_exception.h.
00157 { 00158 } |
|
Implements NLAIE::IException. Definition at line 127 of file agent_init.cpp. References CExceptionObjectNotFoundError().
00128 { 00129 return new CExceptionObjectNotFoundError(*this); 00130 } |
|
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(). |