OpenMPCD
Public Member Functions | List of all members
OpenMPCD::NULLPointerException Class Reference

NULL-pointer exception. More...

#include <Exceptions.hpp>

Inheritance diagram for OpenMPCD::NULLPointerException:
Inheritance graph
[legend]
Collaboration diagram for OpenMPCD::NULLPointerException:
Collaboration graph
[legend]

Public Member Functions

 NULLPointerException (const std::string &variable)
 The constructor. More...
 
const std::string & getMessage () const
 Returns the exception message. More...
 

Detailed Description

NULL-pointer exception.

Definition at line 96 of file Exceptions.hpp.

Constructor & Destructor Documentation

◆ NULLPointerException()

OpenMPCD::NULLPointerException::NULLPointerException ( const std::string &  variable)
inline

The constructor.

Parameters
[in]variableThe variable name.

Definition at line 103 of file Exceptions.hpp.

Member Function Documentation

◆ getMessage()

const std::string& OpenMPCD::Exception::getMessage ( ) const
inlineinherited

Returns the exception message.

Definition at line 52 of file Exceptions.hpp.


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