STFINV library: seek source wavelet correction filter

◆ Exception() [2/5]

stfinv::Exception::Exception ( const char *  message)

Creates an exception with an explanation message.

construct with message

Definition at line 55 of file error.cc.

References Mreport_on_construct, and report().

55  :
56  Mmessage(message), Mfile(0), Mline(0), Mcondition(0)
57  { if (Mreport_on_construct) { report(); } }
static bool Mreport_on_construct
Shall we print to cerr at construction time?
Definition: error.h:93
virtual void report() const
Screen report.
Definition: error.cc:93
const int & Mline
pointer to line number in source file
Definition: error.h:99
const char * Mmessage
pointer to message string
Definition: error.h:95
const char * Mcondition
pointer to assertion condition text string
Definition: error.h:101
const char * Mfile
pointer to file name string
Definition: error.h:97
Here is the call graph for this function: