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

Exception to be thrown if a parameter value is not acceptable. More...

#include <exceptions.h>

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

Public Member Functions

 BadParameterValue ()
 
 BadParameterValue (std::string msg)
 
 ~BadParameterValue () throw ()
 
std::string exception_name () const override
 
- Public Member Functions inherited from nest::KernelException
 KernelException ()
 
 KernelException (const std::string &msg)
 

Private Attributes

std::string msg_
 

Detailed Description

Exception to be thrown if a parameter value is not acceptable.

Constructor & Destructor Documentation

◆ BadParameterValue() [1/2]

nest::BadParameterValue::BadParameterValue ( )
inline
Parameters
detailederror message

◆ BadParameterValue() [2/2]

nest::BadParameterValue::BadParameterValue ( std::string  msg)
inline

◆ ~BadParameterValue()

nest::BadParameterValue::~BadParameterValue ( )
throw (
)
inline

Member Function Documentation

◆ exception_name()

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

Reimplemented from nest::KernelException.

Member Data Documentation

◆ msg_

std::string nest::BadParameterValue::msg_
private

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