ShlubluLib  v0.5
ShlubluLib is a lightweight, modular, general purpose, open-source C++ library for Linux and Windows.
Public Member Functions | List of all members
shlublu::MutexLock::LockingError Class Reference

MutexLock throws this exception when a locking or unlocking operation is not legal. More...

#include <MutexLock.h>

Inheritance diagram for shlublu::MutexLock::LockingError:

Public Member Functions

 LockingError (const std::string &message)
 Constructor. More...
 
 LockingError (const char *message)
 Constructor. More...
 

Detailed Description

MutexLock throws this exception when a locking or unlocking operation is not legal.

Constructor & Destructor Documentation

◆ LockingError() [1/2]

shlublu::MutexLock::LockingError::LockingError ( const std::string &  message)
inlineexplicit

Constructor.

Parameters
messagedescription of the issue

◆ LockingError() [2/2]

shlublu::MutexLock::LockingError::LockingError ( const char *  message)
inlineexplicit

Constructor.

Parameters
messagedescription of the issue

The documentation for this class was generated from the following file: