|
bpp-core3
3.0.0
|
Exception thrown when an unvalid alphabet is specified. More...
#include <Bpp/Numeric/Hmm/HmmExceptions.h>
Inheritance diagram for bpp::HmmUnvalidAlphabetException:
Collaboration diagram for bpp::HmmUnvalidAlphabetException:Public Member Functions | |
| HmmUnvalidAlphabetException (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 alphabet is specified.
This class belongs to the HMM fra;ework.
Definition at line 35 of file HmmExceptions.h.
|
inline |
Definition at line 39 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_.