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

Exception to be thrown if a (neuron/synapse) model with the the specified ID is used within the network and the providing module hence cannot be uninstalled. More...

#include <exceptions.h>

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

Public Member Functions

 ModelInUse (const std::string &model_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 (neuron/synapse) model with the the specified ID is used within the network and the providing module hence cannot be uninstalled.

This exception can occur if the user tries to uninstall a module.

Constructor & Destructor Documentation

◆ ModelInUse()

nest::ModelInUse::ModelInUse ( const std::string &  model_name)
inline

Member Function Documentation

◆ compose_msg_()

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

◆ exception_name()

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

Reimplemented from nest::KernelException.


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