#include <SynchronizationExceptions.h>
Inheritance diagram for ZThread::Synchronization_Exception::
Public Methods | |
Synchronization_Exception () throw () | |
Synchronization_Exception (const Synchronization_Exception &) throw () | |
Synchronization_Exception (const char *) throw () | |
~Synchronization_Exception () throw () | |
const char* | what () const throw () |
|
Create a new exception with a default error message 'Synchronization Exception' |
|
Create a new exception by copying another
|
|
Create a new exception with a given error message
|
|
Destroy the exception object |
|
Get additional info about the exception
|