Public Member Functions

OA::Exception Class Reference

#include <Exception.hpp>

Inheritance diagram for OA::Exception:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 Exception ()
virtual ~Exception ()
virtual void report (std::ostream &) const =0

Detailed Description

Exception is the abstract base class for all exceptions that can be thrown by OA programs.

Definition at line 54 of file Exception.hpp.


Constructor & Destructor Documentation

OA::Exception::Exception (  )  [inline]

Definition at line 56 of file Exception.hpp.

virtual OA::Exception::~Exception (  )  [inline, virtual]

Definition at line 57 of file Exception.hpp.


Member Function Documentation

virtual void OA::Exception::report ( std::ostream &   )  const [pure virtual]

The documentation for this class was generated from the following file: