Scythe-1.0.3
|
#include <scythestat/error.h>
Public Member Functions | |
scythe_null_error (const std::string &file, const std::string &function, const unsigned int &line, const std::string &message="", const bool &halt=false) throw () |
Null Matrix error.
Library members throw this exception when a caller passes a null Matrix to a routine when it expects a non-null argument. For example, taking the inverse of a null Matrix is impossible, resulting in this exception.