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

Error on IO. More...

#include <Exceptions.hpp>

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

Public Member Functions

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

Detailed Description

Error on IO.

Definition at line 160 of file Exceptions.hpp.

Constructor & Destructor Documentation

◆ IOException()

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

The constructor.

Parameters
[in]msgThe exception message.

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