#include <ai_exception.h>
Inheritance diagram for NLAIE::CExceptionAllReadyExist:
Definition at line 200 of file ai_exception.h.
Public Member Functions | |
CExceptionAllReadyExist (const std::string &name) | |
CExceptionAllReadyExist (const CExceptionAllReadyExist &e) | |
virtual const IException * | clone () const |
virtual const char * | what () const throw () |
virtual | ~CExceptionAllReadyExist () throw () |
Protected Attributes | |
std::string | _Reason |
|
Definition at line 205 of file ai_exception.h. Referenced by clone().
00205 :IException(e) 00206 { 00207 } |
|
Definition at line 209 of file ai_exception.h.
00209 :IException(name) 00210 { 00211 } |
|
Definition at line 215 of file ai_exception.h.
00216 { 00217 } |
|
Implements NLAIE::IException. Definition at line 163 of file agent_init.cpp. References CExceptionAllReadyExist().
00164 { 00165 return new CExceptionAllReadyExist(*this); 00166 } |
|
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(). |