bpp-core
2.2.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 throw () |
Method to get the message of the exception (STL method redefinition). More... | |
Protected Attributes | |
std::string | message_ |
Exception thrown when an unvalid state is requested.
This class belongs to the HMM framework.
Definition at line 55 of file HmmExceptions.h.
|
inline |
Definition at line 59 of file HmmExceptions.h.
|
inlineinherited |
Method to get the message of the exception (STL method redefinition).
Definition at line 87 of file Exceptions.h.
References bpp::Exception::message_.
|
protectedinherited |
Definition at line 61 of file Exceptions.h.
Referenced by bpp::Exception::what().