Thrown whenever a markov chain model finds an invalid or non-existing state.
More...
#include <exception.hpp>
Thrown whenever a markov chain model finds an invalid or non-existing state.
Definition at line 32 of file exception.hpp.
◆ invalid_state_exception() [1/2]
viennashe::models::invalid_state_exception::invalid_state_exception |
( |
std::string const & |
str | ) |
|
|
inline |
◆ invalid_state_exception() [2/2]
viennashe::models::invalid_state_exception::invalid_state_exception |
( |
std::string |
msg, |
|
|
std::size_t |
index |
|
) |
| |
|
inline |
◆ ~invalid_state_exception()
virtual viennashe::models::invalid_state_exception::~invalid_state_exception |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
◆ what()
virtual const char * viennashe::models::invalid_state_exception::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlinevirtual |
The documentation for this class was generated from the following file: