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

To be thrown if a port does not exists. More...

#include <exceptions.h>

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

Public Member Functions

 UnknownPort (int id)
 
 UnknownPort (int id, std::string msg)
 
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
 
std::string compose_msg_ (const int id, const std::string msg) const
 

Detailed Description

To be thrown if a port does not exists.

This exception is thrown if a specified port (or r-port) number was unknown at the specified node.

Constructor & Destructor Documentation

◆ UnknownPort() [1/2]

nest::UnknownPort::UnknownPort ( int  id)
inline

◆ UnknownPort() [2/2]

nest::UnknownPort::UnknownPort ( int  id,
std::string  msg 
)
inline

Member Function Documentation

◆ compose_msg_() [1/2]

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

◆ compose_msg_() [2/2]

std::string nest::UnknownPort::compose_msg_ ( const int  id,
const std::string  msg 
) const
private

◆ exception_name()

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

Reimplemented from nest::KernelException.


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