Fortran SFF API to data I/O streams in C++

◆ Exception() [1/5]

fapidxx::error::Exception::Exception ( )

Creates exception with no explaning comments.

construct from nothing

Definition at line 51 of file error.cc.

References Mreport_on_construct, and report().

51  :
52  Mmessage(NULL), Mfile(NULL), Mline(0), Mcondition(NULL)
53  { if (Mreport_on_construct) { report(); } }
static bool Mreport_on_construct
Shall we print to cerr at construction time?
Definition: error.h:104
const char * Mcondition
pointer to assertion condition text string
Definition: error.h:112
const char * Mmessage
pointer to message string
Definition: error.h:106
const char * Mfile
pointer to file name string
Definition: error.h:108
virtual void report() const
Screen report.
Definition: error.cc:94
const int & Mline
pointer to line number in source file
Definition: error.h:110
Here is the call graph for this function: