ucommon
Public Member Functions
ost::Exception Class Reference

Mainline exception handler, this is the root for all Common C++ exceptions and assures the ansi C++ exception class hierarchy is both followed and imported into the gnu Common C++ class hierarchy. More...

#include <exception.h>

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

Public Member Functions

 Exception (String &what_arg) throw ()
virtual char * getString ()
virtual char * what () throw ()

Detailed Description

Mainline exception handler, this is the root for all Common C++ exceptions and assures the ansi C++ exception class hierarchy is both followed and imported into the gnu Common C++ class hierarchy.

Author
David Sugar dyfet.nosp@m.@ost.nosp@m.el.co.nosp@m.m Base exception class for all Common C++ exceptions.

Definition at line 74 of file exception.h.


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