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

Public Member Functions | |
| BaseException () | |
| virtual | ~BaseException () |
| virtual const std::string & | GetMessage () const =0 |
| virtual void | Report (std::ostream &os) const =0 |
| virtual void | Report () const =0 |
Definition at line 19 of file Exception.h.
| fortTkSupport::BaseException::BaseException | ( | ) | [inline] |
Definition at line 21 of file Exception.h.
| virtual fortTkSupport::BaseException::~BaseException | ( | ) | [inline, virtual] |
Definition at line 22 of file Exception.h.
| virtual const std::string& fortTkSupport::BaseException::GetMessage | ( | ) | const [pure virtual] |
Implemented in fortTkSupport::Exception.
Referenced by xaif2whirl::main_SAX().
| virtual void fortTkSupport::BaseException::Report | ( | std::ostream & | os | ) | const [pure virtual] |
Implemented in fortTkSupport::FatalException, and fortTkSupport::Exception.
Referenced by main().
| virtual void fortTkSupport::BaseException::Report | ( | ) | const [pure virtual] |
Implemented in fortTkSupport::FatalException, and fortTkSupport::Exception.