UCommon
|
GNU Common C++ exception model base classes. More...
#include <commoncpp/config.h>
#include <commoncpp/string.h>
#include <exception>
#include <stdexcept>
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... | |
GNU Common C++ exception model base classes.
Definition in file exception.h.
#define COMMONCPP_EXCEPTIONS |
Definition at line 59 of file exception.h.