Scythe-1.0.3
|
Element out of bounds error. More...
#include <scythestat/error.h>
Public Member Functions | |
scythe_bounds_error (const std::string &file, const std::string &function, const unsigned int &line, const std::string &message="", const bool &halt=false) throw () |
Element out of bounds error.
Library members throw this exception when a caller attempts to access an element outside the bounds of a data structure, such as when one tries to access the 1000th element of a 200-element Matrix.