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

#include <exceptions.h>

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

Public Member Functions

 UndefinedName (std::string name)
 
const char * what () const noexcept override
 
std::string exception_name () const override
 
- Public Member Functions inherited from nest::KernelException
 KernelException ()
 
 KernelException (const std::string &msg)
 

Private Attributes

std::string msg_
 

Constructor & Destructor Documentation

◆ UndefinedName()

nest::UndefinedName::UndefinedName ( std::string  name)
inline

References msg_.

Member Function Documentation

◆ exception_name()

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

Reimplemented from nest::KernelException.

◆ what()

const char * nest::UndefinedName::what ( ) const
inlineoverridenoexcept

References msg_.

Member Data Documentation

◆ msg_

std::string nest::UndefinedName::msg_
private

Referenced by UndefinedName(), and what().


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