#include <ai_exception.h>
Inheritance diagram for NLAIE::CExceptionIndexHandeledError:
Definition at line 107 of file ai_exception.h.
Public Member Functions | |
CExceptionIndexHandeledError () | |
virtual const IException * | clone () const |
virtual const char * | what () const throw () |
virtual | ~CExceptionIndexHandeledError () throw () |
Protected Attributes | |
std::string | _Reason |
|
Definition at line 112 of file ai_exception.h. References index. Referenced by clone().
00112 : IException("l'index ne pointe pas rien un agent") 00113 { 00114 } |
|
Definition at line 118 of file ai_exception.h.
00119 { 00120 } |
|
Implements NLAIE::IException. Definition at line 109 of file agent_init.cpp. References CExceptionIndexHandeledError().
00110 { 00111 return new CExceptionIndexHandeledError(); 00112 } |
|
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(). |