Synchronization_Exception Class Reference
#include <Exceptions.h>
Inheritance diagram for Synchronization_Exception:

Public Member Functions | |
Synchronization_Exception () | |
Synchronization_Exception (const char *msg) | |
const char * | what () const |
Detailed Description
Serves as a general base class for the Exception hierarchy used within this package.
Constructor & Destructor Documentation
◆ Synchronization_Exception() [1/2]
|
inline |
Create a new exception with a default error message 'Synchronization Exception'
◆ Synchronization_Exception() [2/2]
|
inline |
Create a new exception with a given error message
- Parameters
-
const char* - error message
Member Function Documentation
◆ what()
|
inline |
Get additional info about the exception
- Returns
- const char* for the error message
The documentation for this class was generated from the following file:
- Exceptions.h