Public Member Functions

NullReferenceError Class Reference

#include <Exception.hpp>

Inheritance diagram for NullReferenceError:

List of all members.

Public Member Functions

 NullReferenceError (const std::string &msg)
 NullReferenceError (const NullReferenceError &src)
virtual ~NullReferenceError () throw ()
virtual const char * what () const throw ()

Detailed Description

Definition at line 185 of file Exception.hpp.


Constructor & Destructor Documentation

NullReferenceError ( const std::string &  msg  )  [explicit]
NullReferenceError ( const NullReferenceError src  ) 
virtual ~NullReferenceError (  )  throw () [virtual]

Member Function Documentation

virtual const char* what (  )  const throw () [virtual]

The documentation for this class was generated from the following file: