Thrown whenever a model finds an index to be out of bounds.
More...
#include <exception.hpp>
Thrown whenever a model finds an index to be out of bounds.
Definition at line 59 of file exception.hpp.
◆ index_out_of_bounds_exception() [1/2]
viennashe::models::index_out_of_bounds_exception::index_out_of_bounds_exception |
( |
std::string const & |
str | ) |
|
|
inline |
◆ index_out_of_bounds_exception() [2/2]
viennashe::models::index_out_of_bounds_exception::index_out_of_bounds_exception |
( |
std::string |
msg, |
|
|
long |
index, |
|
|
long |
bound |
|
) |
| |
|
inline |
◆ ~index_out_of_bounds_exception()
virtual viennashe::models::index_out_of_bounds_exception::~index_out_of_bounds_exception |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
◆ what()
virtual const char * viennashe::models::index_out_of_bounds_exception::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlinevirtual |
The documentation for this class was generated from the following file: