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

Not all elements in a Dictionary have been accessed. More...

#include <exceptions.h>

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

Public Member Functions

 UnaccessedDictionaryEntry (const std::string &what, const std::string &where, const std::string &missed)
 
std::string exception_name () const override
 
- Public Member Functions inherited from nest::KernelException
 KernelException ()
 
 KernelException (const std::string &msg)
 

Detailed Description

Not all elements in a Dictionary have been accessed.

Parameters
whatWhich parameter triggers the error
whereWhich function the error occurs in
missedDictionary keys that have not been accessed

Constructor & Destructor Documentation

◆ UnaccessedDictionaryEntry()

nest::UnaccessedDictionaryEntry::UnaccessedDictionaryEntry ( const std::string &  what,
const std::string &  where,
const std::string &  missed 
)
inline

Member Function Documentation

◆ exception_name()

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

Reimplemented from nest::KernelException.


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