TF++, Miscellaneous classes and modules in C++:
tfxx::numeric::RNGgaussian::UTException Class Reference

exception class for RNG indicating request for unkown type More...

#include <rng.h>

Inheritance diagram for tfxx::numeric::RNGgaussian::UTException:
Collaboration diagram for tfxx::numeric::RNGgaussian::UTException:

Public Types

typedef tfxx::error::Exception TBase
 base class More...
 

Public Member Functions

 UTException (const char *type, const char *file, const int &line, const char *condition)
 Create with message, failed assertion, and code position. More...
 
virtual ~UTException ()
 provide explicit virtual destructor More...
 
virtual void report () const
 Screen report. More...
 

Static Public Member Functions

static void report_on_construct ()
 Issue a screen report on construction of exception. More...
 
static void dont_report_on_construct ()
 Issue NO screen report on construction of exception. More...
 
static void restore_report_state ()
 Restore previous report state. More...
 

Protected Member Functions

bool report_on_construct_is_true () const
 

Private Attributes

const char * Mtype
 pointer name string of requested RNG type More...
 

Detailed Description

exception class for RNG indicating request for unkown type

See also
TFXX_Xassert
tfxx::error::Exception

Definition at line 118 of file rng.h.


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