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


Public Member Functions | |
| Exception (const char *m, const char *filenm=NULL, unsigned int lineno=0) | |
| Exception (std::string m, const char *filenm=NULL, unsigned int lineno=0) | |
| virtual | ~Exception () |
| virtual const std::string & | GetMessage () const |
| virtual void | Report (std::ostream &os) const |
| virtual void | Report () const |
Private Member Functions | |
| void | Ctor (std::string &m, const char *filenm=NULL, unsigned int lineno=0) |
Private Attributes | |
| std::string | msg |
Definition at line 30 of file Exception.h.
| fortTkSupport::Exception::Exception | ( | const char * | m, |
| const char * | filenm = NULL, |
||
| unsigned int | lineno = 0 |
||
| ) |
Definition at line 9 of file Exception.cxx.
References Ctor(), and fortTkSupport::Diagnostics::theMostVisitedBreakpointInHistory().

| fortTkSupport::Exception::Exception | ( | std::string | m, |
| const char * | filenm = NULL, |
||
| unsigned int | lineno = 0 |
||
| ) |
Definition at line 17 of file Exception.cxx.
References Ctor(), and fortTkSupport::Diagnostics::theMostVisitedBreakpointInHistory().

| fortTkSupport::Exception::~Exception | ( | ) | [virtual] |
Definition at line 24 of file Exception.cxx.
| void fortTkSupport::Exception::Ctor | ( | std::string & | m, |
| const char * | filenm = NULL, |
||
| unsigned int | lineno = 0 |
||
| ) | [private] |
| virtual const std::string& fortTkSupport::Exception::GetMessage | ( | ) | const [inline, virtual] |
Implements fortTkSupport::BaseException.
Definition at line 38 of file Exception.h.
References msg.
Referenced by fortTkSupport::FatalException::Report().
| virtual void fortTkSupport::Exception::Report | ( | std::ostream & | os | ) | const [inline, virtual] |
Implements fortTkSupport::BaseException.
Reimplemented in fortTkSupport::FatalException.
Definition at line 39 of file Exception.h.
References msg.
| virtual void fortTkSupport::Exception::Report | ( | ) | const [inline, virtual] |
Implements fortTkSupport::BaseException.
Reimplemented in fortTkSupport::FatalException.
Definition at line 42 of file Exception.h.
References Report().
Referenced by Report().

std::string fortTkSupport::Exception::msg [private] |
Definition at line 48 of file Exception.h.
Referenced by Ctor(), GetMessage(), and Report().