|
|
#include <ArmarXCore/core/exceptions/LocalException.h>#include <ArmarXCore/util/CPPUtility/trace.h>
Include dependency graph for UnexpectedEnumValueException.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | UnexpectedEnumValueException |
| Indicates that an unexpected value of an enum was encountered. More... | |
Namespaces | |
| namespace | armarx |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
| namespace | armarx::exceptions |
| namespace | armarx::exceptions::local |
Macros | |
| #define | ARMARX_UNEXPECTED_ENUM_VALUE(EnumType, value) |
| Throw an UnexpectedEnumValueException. | |
| #define ARMARX_UNEXPECTED_ENUM_VALUE | ( | EnumType, | |
| value ) |
Throw an UnexpectedEnumValueException.
Pass EnumType as symbol (it will be converted to a string).
Definition at line 58 of file UnexpectedEnumValueException.h.