To be thrown if a connection is not possible. More...
#include <exceptions.h>
Public Member Functions | |
| IllegalConnection () | |
| IllegalConnection (std::string msg) | |
| std::string | exception_name () const override |
Public Member Functions inherited from nest::KernelException | |
| KernelException () | |
| KernelException (const std::string &msg) | |
To be thrown if a connection is not possible.
This exception is e.g. thrown if a connection was attempted with an unsupported Event type.
|
inline |
|
inline |
|
inlineoverridevirtual |
Reimplemented from nest::KernelException.