#include <exception.h>
Public Member Functions | |
| SyncException () throw () | |
| 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 () | |
| virtual | ~SyncException () throw () |
Definition at line 65 of file dlrThread/exception.h.
1.5.2