Exception to be thrown if a parameter value is not acceptable. More...
#include <exceptions.h>
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_ |
Exception to be thrown if a parameter value is not acceptable.
|
inline |
| detailed | error message |
|
inline |
|
inline | |||||||||||||
|
inlineoverridevirtual |
Reimplemented from nest::KernelException.
|
private |