NLAIE::CExceptionUnReference Class Reference

#include <ai_exception.h>

Inheritance diagram for NLAIE::CExceptionUnReference:

NLAIE::IException NLMISC::Exception

Detailed Description

This exception is emit when user made a bad reference, for exemple when user want to call a script method not defined.

Definition at line 182 of file ai_exception.h.

Public Member Functions

 CExceptionUnReference (char *text)
 CExceptionUnReference (const std::string &text)
 CExceptionUnReference (const CExceptionUnReference &e)
virtual const IExceptionclone () const
virtual const char * what () const throw ()
virtual ~CExceptionUnReference () throw ()

Protected Attributes

std::string _Reason


Constructor & Destructor Documentation

NLAIE::CExceptionUnReference::CExceptionUnReference const CExceptionUnReference e  ) 
 

Definition at line 146 of file agent_init.cpp.

Referenced by clone().

00146                                                                                   :IException(e)
00147         {               
00148         }

NLAIE::CExceptionUnReference::CExceptionUnReference const std::string &  text  ) 
 

Definition at line 150 of file agent_init.cpp.

00150                                                                          :IException(text)
00151         {               
00152         }

NLAIE::CExceptionUnReference::CExceptionUnReference char *  text  ) 
 

Definition at line 154 of file agent_init.cpp.

References const.

00154                                                               :IException((const char *)text)
00155         {       
00156         }

virtual NLAIE::CExceptionUnReference::~CExceptionUnReference  )  throw () [inline, virtual]
 

Definition at line 192 of file ai_exception.h.

00193                 {                       
00194                 }


Member Function Documentation

const IException * NLAIE::CExceptionUnReference::clone  )  const [virtual]
 

Implements NLAIE::IException.

Definition at line 158 of file agent_init.cpp.

References CExceptionUnReference().

00159         {
00160                 return new CExceptionUnReference(*this);
00161         }

const char * NLMISC::Exception::what  )  const throw () [virtual, inherited]
 

Reimplemented in NL3D::EBadBind.

Definition at line 672 of file common.cpp.

00673 {
00674         return _Reason.c_str();
00675 }


Field Documentation

std::string NLMISC::Exception::_Reason [protected, inherited]
 

Definition at line 244 of file common.h.

Referenced by NLMISC::Exception::Exception().


The documentation for this class was generated from the following files:
Generated on Tue Mar 16 10:28:02 2004 for NeL by doxygen 1.3.6