Exception to be thrown if a name requested for a user-defined model exist already. More...
#include <exceptions.h>
Public Member Functions | |
| NewModelNameExists (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 |
Exception to be thrown if a name requested for a user-defined model exist already.
|
inline |
|
private |
|
inlineoverridevirtual |
Reimplemented from nest::KernelException.