|
OpenADFortTk (basic)
|
#include <Exception.h>


Public Member Functions | |
| FatalException (const char *m, const char *filenm=NULL, unsigned int lineno=0) | |
| FatalException (std::string m, const char *filenm=NULL, unsigned int lineno=0) | |
| virtual | ~FatalException () |
| virtual void | Report (std::ostream &os) const |
| virtual void | Report () const |
Definition at line 52 of file Exception.h.
| fortTkSupport::FatalException::FatalException | ( | const char * | m, |
| const char * | filenm = NULL, |
||
| unsigned int | lineno = 0 |
||
| ) |
Definition at line 45 of file Exception.cxx.
| fortTkSupport::FatalException::FatalException | ( | std::string | m, |
| const char * | filenm = NULL, |
||
| unsigned int | lineno = 0 |
||
| ) |
Definition at line 51 of file Exception.cxx.
| fortTkSupport::FatalException::~FatalException | ( | ) | [virtual] |
Definition at line 57 of file Exception.cxx.
| virtual void fortTkSupport::FatalException::Report | ( | std::ostream & | os | ) | const [inline, virtual] |
Reimplemented from fortTkSupport::Exception.
Definition at line 60 of file Exception.h.
References fortTkSupport::Exception::GetMessage().

| virtual void fortTkSupport::FatalException::Report | ( | ) | const [inline, virtual] |
Reimplemented from fortTkSupport::Exception.
Definition at line 63 of file Exception.h.
References Report().
Referenced by Report().
