fawkes::NotLockedException Class Reference
[Fawkes Exceptions]
Operation on unlocked object.
More...
#include <core/exceptions/software.h>
Inheritance diagram for fawkes::NotLockedException:

Public Member Functions | |
| NotLockedException (const char *format,...) throw () | |
| Constructor. | |
Detailed Description
Operation on unlocked object.Throw this exception if someone tried to operate on an object with a method that needs outside locking. This can be detected utilizing Mutex::tryLock() in many situations.
Definition at line 64 of file software.h.
Constructor & Destructor Documentation
| fawkes::NotLockedException::NotLockedException | ( | const char * | format, | |
| ... | ||||
| ) | throw () |
Constructor.
- Parameters:
-
format message format, takes sprintf() parameters as variadic arguments
Definition at line 134 of file software.cpp.
References fawkes::Exception::append_va().
The documentation for this class was generated from the following files:
- src/libs/core/exceptions/software.h
- src/libs/core/exceptions/software.cpp

