|
dune-vtk 2.8
|
Macro for wrapping error checks and throwing exceptions. More...
#include <dune/common/exceptions.hh>Go to the source code of this file.
Classes | |
| class | Dune::VtkError |
Namespaces | |
| namespace | Dune |
Macros | |
| #define | VTK_ASSERT_MSG(cond, text) |
| check if condition cond holds; otherwise, throw a VtkError with a message. More... | |
| #define | VTK_ASSERT(cond) |
| check if condition cond holds; otherwise, throw a VtkError. More... | |
Macro for wrapping error checks and throwing exceptions.
| #define VTK_ASSERT | ( | cond | ) |
check if condition cond holds; otherwise, throw a VtkError.
| #define VTK_ASSERT_MSG | ( | cond, | |
| text | |||
| ) |
check if condition cond holds; otherwise, throw a VtkError with a message.