Exception to be thrown on instance construction if Time objects incompatible.
More...
#include <exceptions.h>
Exception to be thrown on instance construction if Time objects incompatible.
This exception is to be thrown by the copy constructor of nodes which require that Time objects have properties wrt resolution.
- See also
- InvalidDefaultResolution
nest::InvalidTimeInModel::InvalidTimeInModel |
( |
const std::string & |
model, |
|
|
const Name & |
property, |
|
|
const Time & |
value |
|
) |
| |
|
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 |
property | name of property conflicting |
value | value of property conflicting |
nest::InvalidTimeInModel::~InvalidTimeInModel |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
std::string nest::InvalidTimeInModel::message |
( |
| ) |
|
|
virtual |
const std::string nest::InvalidTimeInModel::model_ |
|
private |
const Name nest::InvalidTimeInModel::prop_ |
|
private |
const Time nest::InvalidTimeInModel::val_ |
|
private |
The documentation for this class was generated from the following files: