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

Invalid function argument. More...

#include <scythestat/error.h>

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

List of all members.

Public Member Functions

 scythe_invalid_arg (const std::string &file, const std::string &function, const unsigned int &line, const std::string &message="", const bool &halt=false) throw ()

Detailed Description

Invalid function argument.

Library members throw this exception when callers pass incorrect arguments to a function, such as when one calls the factorial method with an argument less than 0.


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