Public Member Functions | Static Public Member Functions | Properties

OFThreadStillRunningException Class Reference

An exception indicating that a thread is still running. More...

#import <OFThreadStillRunningException.h>

Inheritance diagram for OFThreadStillRunningException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

(id) - initWithClass:thread:
(OFThread *) - thread

Static Public Member Functions

(id) + newWithClass:thread:

Properties

OFThreadthread

Detailed Description

An exception indicating that a thread is still running.


Member Function Documentation

- (id) initWithClass: (Class)  class_
thread: (OFThread*)  thread 

Initializes an already allocated thread still running exception.

Parameters:
class_ The class of the object which caused the exception
thread The thread which is still running
Returns:
An initialized thread still running exception
+ (id) newWithClass: (Class)  class_
thread: (OFThread*)  thread 
Parameters:
class_ The class of the object which caused the exception
thread The thread which is still running
Returns:
A new thread still running exception
- (OFThread*) thread  
Returns:
The thread which is still running

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