bpp-core3
3.0.0
|
Exception thrown when an unvalid state is requested. More...
#include <Bpp/Numeric/Hmm/HmmExceptions.h>
Public Member Functions | |
HmmBadStateException (const std::string &description) | |
const char * | what () const noexcept override |
Method to get the message of the exception (STL method redefinition). More... | |
const std::string & | message () const noexcept |
Access the message as a std::string. More... | |
Exception thrown when an unvalid state is requested.
This class belongs to the HMM framework.
Definition at line 20 of file HmmExceptions.h.
|
inline |
Definition at line 24 of file HmmExceptions.h.
|
noexceptinherited |
Access the message as a std::string.
Definition at line 79 of file Exceptions.cpp.
References bpp::Exception::message_.
|
overridenoexceptinherited |
Method to get the message of the exception (STL method redefinition).
Definition at line 78 of file Exceptions.cpp.
References bpp::Exception::message_.