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

Exception to be thrown if the specified receptor type does not accept the event type. More...

#include <exceptions.h>

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

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)
 

Detailed Description

Exception to be thrown if the specified receptor type does not accept the event type.

Constructor & Destructor Documentation

◆ IncompatibleReceptorType()

nest::IncompatibleReceptorType::IncompatibleReceptorType ( long  receptor_type,
std::string  name,
std::string  event_type 
)
inline

Member Function Documentation

◆ compose_msg()

std::string nest::IncompatibleReceptorType::compose_msg ( const long  receptor_type,
const std::string  name,
const std::string  event 
)
private

◆ exception_name()

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

Reimplemented from nest::KernelException.


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