Raise error or warning while biorbding.
More...
#include <Error.h>
Raise error or warning while biorbding.
Definition at line 14 of file Error.h.
◆ check()
Assert that raises the error message if false.
- Parameters
-
cond | The condition to assert |
message | The error message to display in case of failing |
Definition at line 10 of file Error.cpp.
◆ raise()
Throw an error message.
- Parameters
-
message | The error message to display |
Definition at line 4 of file Error.cpp.
◆ warning()
Non-blocking assert that displays the error message if false.
- Parameters
-
cond | The condition to assert |
message | The warning message to display in case of failing |
Definition at line 19 of file Error.cpp.
The documentation for this class was generated from the following files: