[Previous] [Up] [Next]

NSAssertionHandler

Authors

Richard Frith-Macdonald

Version: $Revision$

Date: $Date$

NSAssertionHandler

NSAssertionHandler

Declared in: Foundation/NSException.h

Inherits from: NSObject

Conforms to: NSObject


Instance Variables

Methods


Class Methods

currentHandler

+ (NSAssertionHandler*) currentHandler;


Instances Methods

handleFailureInFunction:file:lineNumber:description:

- (void) handleFailureInFunction: (NSString*)functionName file: (NSString*)fileName lineNumber: (int)line description: (NSString*)format, ...;

handleFailureInMethod:object:file:lineNumber:description:

- (void) handleFailureInMethod: (SEL)selector object: (id)object file: (NSString*)fileName lineNumber: (int)line description: (NSString*)format, ...;