#include <Base/base_defines.h>
#include <exception>
#include <string>
Go to the source code of this file.
◆ ConstructionError_Raise_if
#define ConstructionError_Raise_if |
( |
|
CONDITION, |
|
|
|
MESSAGE |
|
) |
| |
Value:if (CONDITION) \
Definition: Exception.h:92
◆ NotaNumber_if
#define NotaNumber_if |
( |
|
CONDITION, |
|
|
|
MESSAGE |
|
) |
| |
Value:if (CONDITION) \
Definition: Exception.h:164
◆ OutOfRange_Raise_if
#define OutOfRange_Raise_if |
( |
|
CONDITION, |
|
|
|
MESSAGE |
|
) |
| |
Value:if (CONDITION) \
Definition: Exception.h:146
◆ THROW_CON_ERR_IF
#define THROW_CON_ERR_IF |
( |
|
_condition_, |
|
|
|
_msg_ |
|
) |
| |
Value:if (_condition_) \
Definition: Exception.h:92
◆ THROW_FAIL_NDONE_IF
#define THROW_FAIL_NDONE_IF |
( |
|
_condition_, |
|
|
|
_msg_ |
|
) |
| |
Value:if (_condition_) \
Definition: Exception.h:110
◆ VectorWithNullMagnitude_Raise_if
#define VectorWithNullMagnitude_Raise_if |
( |
|
CONDITION, |
|
|
|
MESSAGE |
|
) |
| |
Value:if (CONDITION) \
Definition: Exception.h:200