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

To be thrown if a connection is not possible. More...

#include <exceptions.h>

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

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)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ IllegalConnection() [1/2]

nest::IllegalConnection::IllegalConnection ( )
inline

◆ IllegalConnection() [2/2]

nest::IllegalConnection::IllegalConnection ( std::string  msg)
inline

Member Function Documentation

◆ exception_name()

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

Reimplemented from nest::KernelException.


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