OpenMPCD
|
Represents an exception that signals a malformed file. More...
#include <Exceptions.hpp>
Public Member Functions | |
MalformedFileException (const std::string &msg) | |
The constructor. More... | |
const std::string & | getMessage () const |
Returns the exception message. More... | |
Represents an exception that signals a malformed file.
Definition at line 224 of file Exceptions.hpp.
|
inline |
The constructor.
[in] | msg | The exception message. |
Definition at line 231 of file Exceptions.hpp.
|
inlineinherited |
Returns the exception message.
Definition at line 52 of file Exceptions.hpp.