Operation on unlocked object. More...
#include <core/exceptions/software.h>

Public Member Functions | |
| NotLockedException (const char *format,...) throw () | |
| Constructor. | |
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.
| fawkes::NotLockedException::NotLockedException | ( | const char * | format, | |
| ... | ||||
| ) | throw () |
Constructor.
| format | message format, takes sprintf() parameters as variadic arguments |
Definition at line 134 of file software.cpp.
References fawkes::Exception::append_va().
1.6.1