Fawkes API
Fawkes Development Version
|
Operation on unlocked object. More...
#include <>>
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.
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.