Exception to be thrown if loading or unloading a dynamically loaded module fails. More...
#include <exceptions.h>
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) | |
Exception to be thrown if loading or unloading a dynamically loaded module fails.
|
inlineexplicit |
|
inlineoverridevirtual |
Reimplemented from nest::KernelException.