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

Exception to be thrown if the specified Node does not exist. More...

#include <exceptions.h>

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

Public Member Functions

 NoThreadSiblingsAvailable ()
 
 NoThreadSiblingsAvailable (int id)
 
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 int id) const
 

Detailed Description

Exception to be thrown if the specified Node does not exist.

This exception is thrown, if

  1. an address did not point to an existing node.
  2. a node id did not point to an existing node.

Constructor & Destructor Documentation

◆ NoThreadSiblingsAvailable() [1/2]

nest::NoThreadSiblingsAvailable::NoThreadSiblingsAvailable ( )
inline

◆ NoThreadSiblingsAvailable() [2/2]

nest::NoThreadSiblingsAvailable::NoThreadSiblingsAvailable ( int  id)
inline

Member Function Documentation

◆ compose_msg_()

std::string nest::NoThreadSiblingsAvailable::compose_msg_ ( const int  id) const
private

◆ exception_name()

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

Reimplemented from nest::KernelException.


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