Exception to be thrown if a Time object should be a multiple of another.
More...
#include <exceptions.h>
Exception to be thrown if a Time object should be a multiple of another.
- See also
- StepMultipleRequired
◆ TimeMultipleRequired()
| nest::TimeMultipleRequired::TimeMultipleRequired |
( |
const std::string & |
model, |
|
|
const std::string & |
name_a, |
|
|
const Time & |
value_a, |
|
|
const std::string & |
name_b, |
|
|
const Time & |
value_b |
|
) |
| |
|
inline |
- Note
- model should be passed from get_name() to ensure that names of copied models are reported correctly.
- Parameters
-
| model | name of model causing problem |
| name_a | name of dividend |
| value_a | value of dividend |
| name_b | name of divisor |
| value_b | value of divisor |
References msg_.
◆ exception_name()
| std::string nest::TimeMultipleRequired::exception_name |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ what()
| const char * nest::TimeMultipleRequired::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
◆ msg_
| std::string nest::TimeMultipleRequired::msg_ |
|
private |
The documentation for this class was generated from the following file: