|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSException
public abstract class NSException
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static class |
NSException._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
NSCopying._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
NSCoding._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSException()
|
Method Summary | |
---|---|
static NSException |
alloc()
|
NSExceptionRaisingConveniences |
as_NSException_NSExceptionRaisingConveniences()
|
abstract NSArray |
callStackReturnAddresses()
Original signature : -(NSArray*)callStackReturnAddresses native declaration : NSException.h:53 |
abstract NSArray |
callStackSymbols()
Original signature : -(NSArray*)callStackSymbols native declaration : NSException.h:54 |
static NSException |
createWithName_reason_userInfo(NSString aName,
NSString aReason,
NSDictionary aUserInfo)
Factory method |
static NSException |
exceptionWithName_reason_userInfo(NSString name,
NSString reason,
NSDictionary userInfo)
Original signature : +(NSException*)exceptionWithName:(NSString*) reason:(NSString*) userInfo:(NSDictionary*) native declaration : NSException.h:46 |
static NSException._class_ |
getNSClass()
|
abstract NSException |
initWithName_reason_userInfo(NSString aName,
NSString aReason,
NSDictionary aUserInfo)
Original signature : -(id)initWithName:(NSString*) reason:(NSString*) userInfo:(NSDictionary*) native declaration : NSException.h:47 |
abstract NSString |
name()
Original signature : -(NSString*)name native declaration : NSException.h:49 |
static NSException |
new_()
|
abstract void |
raise()
Original signature : -(void)raise native declaration : NSException.h:56 |
abstract NSString |
reason()
Original signature : -(NSString*)reason native declaration : NSException.h:50 |
abstract NSDictionary |
userInfo()
Original signature : -(NSDictionary*)userInfo native declaration : NSException.h:51 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
copyWithZone |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
encodeWithCoder, initWithCoder |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Constructor Detail |
---|
public NSException()
Method Detail |
---|
public NSExceptionRaisingConveniences as_NSException_NSExceptionRaisingConveniences()
public static NSException exceptionWithName_reason_userInfo(NSString name, NSString reason, NSDictionary userInfo)
+(NSException*)exceptionWithName:(NSString*) reason:(NSString*) userInfo:(NSDictionary*)
public abstract NSException initWithName_reason_userInfo(NSString aName, NSString aReason, NSDictionary aUserInfo)
-(id)initWithName:(NSString*) reason:(NSString*) userInfo:(NSDictionary*)
public static NSException createWithName_reason_userInfo(NSString aName, NSString aReason, NSDictionary aUserInfo)
initWithName_reason_userInfo(org.rococoa.cocoa.foundation.NSString, org.rococoa.cocoa.foundation.NSString, org.rococoa.cocoa.foundation.NSDictionary)
public abstract NSString name()
-(NSString*)name
public abstract NSString reason()
-(NSString*)reason
public abstract NSDictionary userInfo()
-(NSDictionary*)userInfo
public abstract NSArray callStackReturnAddresses()
-(NSArray*)callStackReturnAddresses
public abstract NSArray callStackSymbols()
-(NSArray*)callStackSymbols
public abstract void raise()
-(void)raise
public static NSException alloc()
public static NSException new_()
public static NSException._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |