OpenADFortTk (basic)
fortTkSupport::FatalException Class Reference

#include <Exception.h>

Inheritance diagram for fortTkSupport::FatalException:
Collaboration diagram for fortTkSupport::FatalException:

List of all members.

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

Detailed Description

Definition at line 52 of file Exception.h.


Constructor & Destructor Documentation

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.

Definition at line 57 of file Exception.cxx.


Member Function Documentation

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().

Here is the call graph for this function:

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().

Here is the call graph for this function:


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines