ObjFW
|
The base class for all exceptions in ObjFW. More...
#import <OFException.h>
Public Member Functions | |
(id) | - initWithClass: |
(Class) | - inClass |
(OFString *) | - description |
Static Public Member Functions | |
(id) | + exceptionWithClass: |
The base class for all exceptions in ObjFW.
The OFException class is the base class for all exceptions in ObjFW, except the OFAllocFailedException.
+ (id) exceptionWithClass: | (Class) | class_ |
Creates a new exception.
class_ | The class of the object which caused the exception |
- (Class) inClass |
- (id) initWithClass: | (Class) | class_ |
Initializes an already allocated OFException.
class_ | The class of the object which caused the exception |