ObjFW
Public Member Functions | Static Public Member Functions | Properties
OFMutexStillLockedException Class Reference

An exception indicating that a mutex is still locked. More...

#include <OFMutexStillLockedException.h>

Inheritance diagram for OFMutexStillLockedException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

id initWithClass:mutex: (Class class_,[mutex] OFMutex *mutex)
OFMutexmutex ()

Static Public Member Functions

id newWithClass:mutex: (Class class_,[mutex] OFMutex *mutex)

Properties

OFMutexmutex

Detailed Description

An exception indicating that a mutex is still locked.


Member Function Documentation

id OFMutexStillLockedException::initWithClass:mutex: ( Class  class_,
[mutex] OFMutex mutex 
) [virtual]

Initializes an already allocated mutex still locked exception.

Parameters:
class_The class of the object which caused the exception
mutexThe mutex which is still locked
Returns:
An initialized mutex still locked exception
OFMutex* OFMutexStillLockedException::mutex ( ) [virtual]
Returns:
The mutex which is still locked
id OFMutexStillLockedException::newWithClass:mutex: ( Class  class_,
[mutex] OFMutex mutex 
) [static, virtual]
Parameters:
class_The class of the object which caused the exception
mutexThe mutex which is still locked
Returns:
A new mutex still locked exception

The documentation for this class was generated from the following files:
 All Classes Functions Variables