Exception to be thrown if a music_event_out_proxy is generated, but the music port has no width.
More...
#include <exceptions.h>
Exception to be thrown if a music_event_out_proxy is generated, but the music port has no width.
nest::MUSICPortHasNoWidth::MUSICPortHasNoWidth |
( |
const std::string & |
model, |
|
|
const std::string & |
portname |
|
) |
| |
|
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 |
portname | name of music port |
nest::MUSICPortHasNoWidth::~MUSICPortHasNoWidth |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
std::string nest::MUSICPortHasNoWidth::message |
( |
| ) |
|
|
virtual |
Returns a diagnostic message or empty string.
This function is not const, because it may clear internal data fields.
Reimplemented from nest::KernelException.
const std::string nest::MUSICPortHasNoWidth::model_ |
|
private |
const std::string nest::MUSICPortHasNoWidth::portname_ |
|
private |
The documentation for this class was generated from the following files: