To be thrown if a port does not exists. More...
#include <exceptions.h>
Public Member Functions | |
| UnknownPort (int id) | |
| UnknownPort (int id, std::string msg) | |
| std::string | exception_name () const override |
Public Member Functions inherited from nest::KernelException | |
| KernelException () | |
| KernelException (const std::string &msg) | |
Private Member Functions | |
| std::string | compose_msg_ (const int id) const |
| std::string | compose_msg_ (const int id, const std::string msg) const |
To be thrown if a port does not exists.
This exception is thrown if a specified port (or r-port) number was unknown at the specified node.
|
inline |
|
inline |
|
private |
|
private |
|
inlineoverridevirtual |
Reimplemented from nest::KernelException.