Scythe-1.0.3
Public Member Functions
scythe::scythe_bounds_error Class Reference

Element out of bounds error. More...

#include <scythestat/error.h>

Inheritance diagram for scythe::scythe_bounds_error:
Inheritance graph
[legend]
Collaboration diagram for scythe::scythe_bounds_error:
Collaboration graph
[legend]

List of all members.

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 ()

Detailed Description

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.


The documentation for this class was generated from the following file: