Exception to be thrown if the specified receptor type does not accept the event type. More...
#include <exceptions.h>
Public Member Functions | |
| IncompatibleReceptorType (long receptor_type, std::string name, std::string event_type) | |
| 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 long receptor_type, const std::string name, const std::string event) |
Exception to be thrown if the specified receptor type does not accept the event type.
|
inline |
|
private |
|
inlineoverridevirtual |
Reimplemented from nest::KernelException.