|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSException | |
---|---|
org.rococoa.cocoa.foundation |
Uses of NSException in org.rococoa.cocoa.foundation |
---|
Methods in org.rococoa.cocoa.foundation that return NSException | |
---|---|
static NSException |
NSException.alloc()
|
abstract NSException |
NSException._class_.alloc()
|
static NSException |
NSException.createWithName_reason_userInfo(NSString aName,
NSString aReason,
NSDictionary aUserInfo)
Factory method |
static NSException |
NSException.exceptionWithName_reason_userInfo(NSString name,
NSString reason,
NSDictionary userInfo)
Original signature : +(NSException*)exceptionWithName:(NSString*) reason:(NSString*) userInfo:(NSDictionary*) native declaration : NSException.h:46 |
abstract NSException |
NSException._class_.exceptionWithName_reason_userInfo(NSString name,
NSString reason,
NSDictionary userInfo)
Original signature : +(NSException*)exceptionWithName:(NSString*) reason:(NSString*) userInfo:(NSDictionary*) native declaration : NSException.h:46 |
abstract NSException |
NSException.initWithName_reason_userInfo(NSString aName,
NSString aReason,
NSDictionary aUserInfo)
Original signature : -(id)initWithName:(NSString*) reason:(NSString*) userInfo:(NSDictionary*) native declaration : NSException.h:47 |
static NSException |
NSException.new_()
|
abstract NSException |
NSException._class_.new_()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |