An exception indicating that joining a thread failed.
More...
#import <OFThreadJoinFailedException.h>
List of all members.
Detailed Description
An exception indicating that joining a thread failed.
Member Function Documentation
+ (id) exceptionWithClass: |
|
(Class) |
class_ |
thread: |
|
(OFThread*) |
thread |
|
|
| |
- Parameters:
-
class_ | The class of the object which caused the exception |
thread | The thread which could not be joined |
- Returns:
- A new thread join failed exception
- (id) initWithClass: |
|
(Class) |
class_ |
thread: |
|
(OFThread*) |
thread |
|
|
| |
Initializes an already allocated thread join failed exception.
- Parameters:
-
class_ | The class of the object which caused the exception |
thread | The thread which could not be joined |
- Returns:
- An initialized thread join failed exception
- Returns:
- The thread which could not be joined
The documentation for this class was generated from the following files: