Exception to be thrown if the specified Node does not exist. More...
#include <exceptions.h>
Public Member Functions | |
| UnknownNode () | |
| UnknownNode (int id) | |
| 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 |
Exception to be thrown if the specified Node does not exist.
This exception is thrown, if
|
inline |
|
inline |
|
private |
|
inlineoverridevirtual |
Reimplemented from nest::KernelException.