5 #ifndef BPP_NUMERIC_HMM_HMMEXCEPTIONS_H 6 #define BPP_NUMERIC_HMM_HMMEXCEPTIONS_H 9 #include "../../Exceptions.h" 42 #endif // BPP_NUMERIC_HMM_HMMEXCEPTIONS_H
HmmBadStateException(const std::string &description)
HmmUnvalidAlphabetException(const std::string &description)
Exception base class. Overload exception constructor (to control the exceptions mechanism). Destructor is already virtual (from std::exception)
Exception thrown when an unvalid alphabet is specified.
Exception thrown when an unvalid state is requested.