STFINV library: seek source wavelet correction filter

◆ Exception() [5/5]

stfinv::Exception::Exception ( const char *  message,
const char *  file,
const int &  line 
)

Create with message and code position.

construct with message and file info

Definition at line 66 of file error.cc.

References Mreport_on_construct, and report().

68  :
69  Mmessage(message), Mfile(file), Mline(line), Mcondition(0)
70  { 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: