fawkes::NotLockedException Class Reference
[Fawkes Exceptions]

Operation on unlocked object. More...

#include <core/exceptions/software.h>

Inheritance diagram for fawkes::NotLockedException:
Inheritance graph
[legend]

List of all members.

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:

Generated on 1 Mar 2011 for Fawkes API by  doxygen 1.6.1