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

Null Matrix error. More...

#include <scythestat/error.h>

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

List of all members.

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

Detailed Description

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.


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