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

Exception to be thrown if the specified receptor type does not exist in the node. More...

#include <exceptions.h>

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

Public Member Functions

 UnknownReceptorType (long receptor_type, std::string name)
 
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
 

Detailed Description

Exception to be thrown if the specified receptor type does not exist in the node.

Constructor & Destructor Documentation

◆ UnknownReceptorType()

nest::UnknownReceptorType::UnknownReceptorType ( long  receptor_type,
std::string  name 
)
inline

Member Function Documentation

◆ compose_msg_()

std::string nest::UnknownReceptorType::compose_msg_ ( const long  receptor_type,
const std::string  name 
) const
private

◆ exception_name()

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

Reimplemented from nest::KernelException.


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