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

Exception to be thrown if a component with the the specified name does not exist. More...

#include <exceptions.h>

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

Public Member Functions

 UnknownComponent (const std::string &component_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 std::string &model_name) const
 

Detailed Description

Exception to be thrown if a component with the the specified name does not exist.

See also
UnknownModelName

Constructor & Destructor Documentation

◆ UnknownComponent()

nest::UnknownComponent::UnknownComponent ( const std::string &  component_name)
inlineexplicit

Member Function Documentation

◆ compose_msg_()

std::string nest::UnknownComponent::compose_msg_ ( const std::string &  model_name) const
private

◆ exception_name()

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

Reimplemented from nest::KernelException.


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