#include <Statexc.hh>
Inheritance diagram for RazorBack::Sdevexc_:
Public Methods | |
Sdevexc_ (const char *Thnm, double Sdev=0.0, bool F=false) | |
ctor: Thnm is the name of the method throwing the exception, Sdev is the bad standard deviation, F is the severity indicator (false, the default, is non-fatal, true is fatal). | |
double | sd () const |
Returns the bad standard deviation value. | |
Private Methods | |
Sdevexc_ () | |
Private Attributes | |
double | Sd |
the bad standard deviation value. |
Usage: throw(Statexc_("bad_function", Sdev)
Definition at line 74 of file Statexc.hh.
|
ctor: Thnm is the name of the method throwing the exception, Sdev is the bad standard deviation, F is the severity indicator (false, the default, is non-fatal, true is fatal).
|
|
|
|
Returns the bad standard deviation value.
Definition at line 92 of file Statexc.hh. |
|
the bad standard deviation value.
Definition at line 79 of file Statexc.hh. |