dlr::thread::SyncException Class Reference
This Exception class can be used by client code to communicate unexpected synchronization events, such as failure to synchronize, or receipt of inconsistent data via
DataQueue.
More...
#include <exception.h>
List of all members.
|
Public Member Functions |
|
| SyncException (const char *message) throw () |
|
| SyncException (const char *message, const char *fileName, int lineNumber) throw () |
|
| SyncException (const char *message, const char *functionName, const char *fileName, int lineNumber) throw () |
|
| SyncException (const SyncException &source) throw () |
Detailed Description
This Exception class can be used by client code to communicate unexpected synchronization events, such as failure to synchronize, or receipt of inconsistent data via
DataQueue.
Definition at line 65 of file exception.h.
The documentation for this class was generated from the following file: