DDS-PSM-C++  1.0
ISO C++ API for OpenSplice DDS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Member Functions | List of all members
dds::core::NullReferenceError Class Reference

#include <Exception.hpp>

Inheritance diagram for dds::core::NullReferenceError:
Inheritance graph
[legend]

Public Member Functions

 NullReferenceError (const std::string &msg)
 
 NullReferenceError (const NullReferenceError &src)
 
virtual ~NullReferenceError () throw ()
 
virtual const char * what () const throw ()
 
- Public Member Functions inherited from dds::core::Exception
virtual ~Exception () throw ()
 

Additional Inherited Members

- Protected Member Functions inherited from dds::core::Exception
 Exception ()
 

Detailed Description

Definition at line 191 of file Exception.hpp.

Constructor & Destructor Documentation

dds::core::NullReferenceError::NullReferenceError ( const std::string &  msg)
explicit
dds::core::NullReferenceError::NullReferenceError ( const NullReferenceError src)
virtual dds::core::NullReferenceError::~NullReferenceError ( ) throw ()
virtual

Member Function Documentation

virtual const char* dds::core::NullReferenceError::what ( ) const throw ()
virtual

Implements dds::core::Exception.


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