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

Exception for errors in memory management. More...

#include <Exceptions.hpp>

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

Public Member Functions

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

Detailed Description

Exception for errors in memory management.

Definition at line 208 of file Exceptions.hpp.

Constructor & Destructor Documentation

◆ MemoryManagementException()

OpenMPCD::MemoryManagementException::MemoryManagementException ( const std::string &  msg)
inline

The constructor.

Parameters
[in]msgThe exception message.

Definition at line 215 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: