#include <Assertion.hpp>
AssertionException exception when an assertion fails.
Definition at line 102 of file Assertion.hpp.
Public Member Functions | |
| AssertionException (string msg) | |
Constructs a AssertionException object. | |
| AssertionException (const AssertionException &other) | |
Constructs a AssertionException object as a copy from another. | |
Public Attributes | |
| string | msg |
| message describing the cause of the assertion failure | |
|
|
Constructs a
Definition at line 181 of file Assertion.cpp. |
|
|
Constructs a
Definition at line 185 of file Assertion.cpp. References msg. |
1.4.6-NO