NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::UnsupportedEvent Class Reference

Exception to be thrown by a Connection object if a connection with an unsupported event type is attempted. More...

#include <exceptions.h>

Inheritance diagram for nest::UnsupportedEvent:
[legend]
Collaboration diagram for nest::UnsupportedEvent:
[legend]

Public Member Functions

 UnsupportedEvent ()
 
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
 

Detailed Description

Exception to be thrown by a Connection object if a connection with an unsupported event type is attempted.

Constructor & Destructor Documentation

◆ UnsupportedEvent()

nest::UnsupportedEvent::UnsupportedEvent ( )
inline

Member Function Documentation

◆ compose_msg_()

std::string nest::UnsupportedEvent::compose_msg_ ( ) const
private

◆ exception_name()

std::string nest::UnsupportedEvent::exception_name ( ) const
inlineoverridevirtual

Reimplemented from nest::KernelException.


The documentation for this class was generated from the following files: