Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

RazorBack::Sdevexc_ Class Reference

Class Sdevexc_: an exception object that stores an invalid standard deviation value (usually <=0.0). More...

#include <Statexc.hh>

Inheritance diagram for RazorBack::Sdevexc_:

Inheritance graph
[legend]
Collaboration diagram for RazorBack::Sdevexc_:

Collaboration graph
[legend]
List of all members.

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.


Detailed Description

Class Sdevexc_: an exception object that stores an invalid standard deviation value (usually <=0.0).

Usage: throw(Statexc_("bad_function", Sdev)

Definition at line 74 of file Statexc.hh.


Constructor & Destructor Documentation

RazorBack::Sdevexc_::Sdevexc_ ( const char * Thnm,
double Sdev = 0.0,
bool F = false ) [explicit]
 

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

RazorBack::Sdevexc_::Sdevexc_ ( ) [private]
 


Member Function Documentation

double RazorBack::Sdevexc_::sd ( ) const [inline]
 

Returns the bad standard deviation value.

Definition at line 92 of file Statexc.hh.


Member Data Documentation

double RazorBack::Sdevexc_::Sd [private]
 

the bad standard deviation value.

Definition at line 79 of file Statexc.hh.


The documentation for this class was generated from the following file:
Generated at Wed Aug 21 09:33:19 2002 for The Razorback C++ Library: Statistics by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001