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

Division by zero. More...

#include <Exceptions.hpp>

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

Public Member Functions

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

Detailed Description

Division by zero.

Definition at line 176 of file Exceptions.hpp.

Constructor & Destructor Documentation

◆ DivisionByZeroException()

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

The constructor.

Parameters
[in]msgThe exception message.

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