NLAIE::CExceptionObjectNotFoundError Class Reference

#include <ai_exception.h>

Inheritance diagram for NLAIE::CExceptionObjectNotFoundError:

NLAIE::IException NLMISC::Exception

Detailed Description

This exception is emit when user want to access to an object not mounted in the class factory.

Definition at line 144 of file ai_exception.h.

Public Member Functions

 CExceptionObjectNotFoundError (const std::string &name)
 CExceptionObjectNotFoundError (const CExceptionObjectNotFoundError &e)
virtual const IExceptionclone () const
virtual const char * what () const throw ()
 ~CExceptionObjectNotFoundError () throw ()

Protected Attributes

std::string _Reason


Constructor & Destructor Documentation

NLAIE::CExceptionObjectNotFoundError::CExceptionObjectNotFoundError const CExceptionObjectNotFoundError e  )  [inline]
 

Definition at line 147 of file ai_exception.h.

Referenced by clone().

00147                                                                                      :IException(e)
00148                 {                       
00149                 }

NLAIE::CExceptionObjectNotFoundError::CExceptionObjectNotFoundError const std::string &  name  )  [inline]
 

Definition at line 150 of file ai_exception.h.

00150                                                                     :IException(name)
00151                 {                       
00152                 }               

NLAIE::CExceptionObjectNotFoundError::~CExceptionObjectNotFoundError  )  throw () [inline]
 

Definition at line 156 of file ai_exception.h.

00157                 {               
00158                 }


Member Function Documentation

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

Implements NLAIE::IException.

Definition at line 127 of file agent_init.cpp.

References CExceptionObjectNotFoundError().

00128         {
00129                 return new CExceptionObjectNotFoundError(*this);
00130         }

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:00 2004 for NeL by doxygen 1.3.6