|
bpp-core
2.1.0
|
Exception thrown when a parameter is not found, for instance in a ParameterList. More...
#include <Bpp/Numeric/ParameterExceptions.h>
Inheritance diagram for bpp::ParameterNotFoundException:
Collaboration diagram for bpp::ParameterNotFoundException:Public Member Functions | |
| ParameterNotFoundException (const std::string &text, const std::string ¶m="") | |
| Build a new ParameterNotFoundException object. | |
| virtual | ~ParameterNotFoundException () throw () |
| virtual std::string | getParameter () const |
| Get the name of the parameter not found. | |
| const char * | what () const throw () |
| Method to get the message of the exception (STL method redefinition). | |
Protected Attributes | |
| std::string | message_ |
Private Attributes | |
| const std::string | parameter_ |
Exception thrown when a parameter is not found, for instance in a ParameterList.
Definition at line 135 of file ParameterExceptions.h.
| ParameterNotFoundException::ParameterNotFoundException | ( | const std::string & | text, |
| const std::string & | param = "" |
||
| ) |
Build a new ParameterNotFoundException object.
| text | A message to be passed to the exception hierarchy. |
| param | The name of the parameter not found. |
Definition at line 68 of file ParameterExceptions.cpp.
| virtual bpp::ParameterNotFoundException::~ParameterNotFoundException | ( | ) | throw () [inline, virtual] |
Definition at line 150 of file ParameterExceptions.h.
| std::string ParameterNotFoundException::getParameter | ( | ) | const [virtual] |
Get the name of the parameter not found.
Definition at line 72 of file ParameterExceptions.cpp.
References parameter_.
| const char* bpp::Exception::what | ( | ) | const throw () [inline, inherited] |
Method to get the message of the exception (STL method redefinition).
Definition at line 86 of file Exceptions.h.
References bpp::Exception::message_.
std::string bpp::Exception::message_ [protected, inherited] |
Definition at line 60 of file Exceptions.h.
Referenced by bpp::Exception::what().
const std::string bpp::ParameterNotFoundException::parameter_ [private] |
Definition at line 139 of file ParameterExceptions.h.
Referenced by getParameter().