Man Linux: Main Page and Category List

NAME

       ost::Exception -

       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.

SYNOPSIS

       #include <exception.h>

       Inherited by ost::IOException, ost::PersistException, and
       ost::ThrException.

   Public Member Functions
       Exception (const String &what_arg)  throw ()
       virtual ~Exception ()  throw ()
       virtual const char * getString () const
       virtual const char * what () const   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@ostel.com> Base exception class for all Common
           C++ exceptions.

Constructor & Destructor Documentation

   ost::Exception::Exception (const String & what_arg)  throw ()
   virtual ost::Exception::~Exception ()  throw () [virtual]

Member Function Documentation

   virtual const char* ost::Exception::getString () const [virtual]
       Examples:
           tcp.cpp.

   virtual const char* ost::Exception::what () const  throw () [virtual]

Author

       Generated automatically by Doxygen for GNU CommonC++ from the source
       code.