|
OpenMPCD
|
Represents an exception that is due to an assertion violation. More...
#include <Exceptions.hpp>


Public Member Functions | |
| AssertionException (const std::string &assertion) | |
| The constructor. More... | |
| const std::string & | getMessage () const |
| Returns the exception message. More... | |
Represents an exception that is due to an assertion violation.
Definition at line 64 of file Exceptions.hpp.
|
inline |
The constructor.
| [in] | assertion | The assertion that has been violated. |
Definition at line 71 of file Exceptions.hpp.
|
inlineinherited |
Returns the exception message.
Definition at line 52 of file Exceptions.hpp.
1.8.17