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

An exception indicating that unlocking a mutex failed. More...

#include <OFMutexUnlockFailedException.h>

Inheritance diagram for OFMutexUnlockFailedException:
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 unlocking a mutex failed.


Member Function Documentation

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

Initializes an already allocated mutex unlock failed exception.

Parameters:
class_The class of the object which caused the exception
mutexThe mutex which could not be unlocked
Returns:
An initialized mutex unlock failed exception
OFMutex* OFMutexUnlockFailedException::mutex ( ) [virtual]
Returns:
The mutex which could not be unlocked
id OFMutexUnlockFailedException::newWithClass:mutex: ( Class  class_,
[mutex] OFMutex mutex 
) [static, virtual]
Parameters:
class_The class of the object which caused the exception
mutexThe mutex which could not be unlocked
Returns:
A new mutex unlock failed exception

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