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

Exception to be thrown if loading or unloading a dynamically loaded module fails. More...

#include <exceptions.h>

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

Public Member Functions

 DynamicModuleManagementError (const std::string &msg)
 
std::string exception_name () const override
 
- Public Member Functions inherited from nest::KernelException
 KernelException ()
 
 KernelException (const std::string &msg)
 

Detailed Description

Exception to be thrown if loading or unloading a dynamically loaded module fails.

Constructor & Destructor Documentation

◆ DynamicModuleManagementError()

nest::DynamicModuleManagementError::DynamicModuleManagementError ( const std::string &  msg)
inlineexplicit

Member Function Documentation

◆ exception_name()

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

Reimplemented from nest::KernelException.


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