UCommon
Data Structures | Macros
exception.h File Reference

GNU Common C++ exception model base classes. More...

#include <commoncpp/config.h>
#include <commoncpp/string.h>
#include <exception>
#include <stdexcept>
Include dependency graph for exception.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  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. More...
 
class  ost::IOException
 A sub-hierarchy for all Common C++ I/O related classes. More...
 
class  ost::SyncException
 A sub-hierarchy for all task synchronizion related exceptions. More...
 
class  ost::ThrException
 A sub-hierarchy for thread exceptions. More...
 

Detailed Description

GNU Common C++ exception model base classes.

Definition in file exception.h.