From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a02489.html | 299 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 299 insertions(+) create mode 100644 docs/doxygen/nel/a02489.html (limited to 'docs/doxygen/nel/a02489.html') diff --git a/docs/doxygen/nel/a02489.html b/docs/doxygen/nel/a02489.html new file mode 100644 index 00000000..c086ff2a --- /dev/null +++ b/docs/doxygen/nel/a02489.html @@ -0,0 +1,299 @@ + + +NeL: NLAIE::CExceptionUnReference class Reference + + + +
+

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
+ + -- cgit v1.2.1