#include <interpret_object.h>
Inheritance diagram for NLAISCRIPT::CExceptionHaveNoType:
This an no type exception it happen when an object have no NLAIC::CIdentType.
Portier Perre.
Nevrax France
Definition at line 230 of file interpret_object.h.
Public Member Functions | |
CExceptionHaveNoType (const std::string &text) | |
CExceptionHaveNoType (const CExceptionHaveNoType &e) | |
virtual const NLAIE::IException * | clone () const |
virtual const char * | what () const throw () |
virtual | ~CExceptionHaveNoType () throw () |
Protected Attributes | |
std::string | _Reason |
|
Definition at line 234 of file interpret_object.h. Referenced by clone().
00234 :NLAIE::IException(e) 00235 { 00236 } |
|
Definition at line 238 of file interpret_object.h.
00238 :NLAIE::IException(text) 00239 { 00240 } |
|
Definition at line 247 of file interpret_object.h.
00248 { 00249 } |
|
Implements NLAIE::IException. Definition at line 242 of file interpret_object.h. References CExceptionHaveNoType().
00243 { 00244 return new CExceptionHaveNoType(*this); 00245 } |
|
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(). |