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

Exception to be thrown if the specified Synapse type does not exist. More...

#include <exceptions.h>

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

Public Member Functions

 UnknownSynapseType (int id)
 
 UnknownSynapseType (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 int id) const
 
std::string compose_msg_ (const std::string &name) const
 

Detailed Description

Exception to be thrown if the specified Synapse type does not exist.

Constructor & Destructor Documentation

◆ UnknownSynapseType() [1/2]

nest::UnknownSynapseType::UnknownSynapseType ( int  id)
inline

◆ UnknownSynapseType() [2/2]

nest::UnknownSynapseType::UnknownSynapseType ( std::string  name)
inline

Member Function Documentation

◆ compose_msg_() [1/2]

std::string nest::UnknownSynapseType::compose_msg_ ( const int  id) const
private

◆ compose_msg_() [2/2]

std::string nest::UnknownSynapseType::compose_msg_ ( const std::string &  name) const
private

◆ exception_name()

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

Reimplemented from nest::KernelException.


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