/headers/Foundation/NSException.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "NSObject.h"
00008 
00009 #import "NSCodingProtocol.h"
00010 #import "NSCopyingProtocol.h"
00011 
00012 @class NSDictionary, NSString;
00013 
00014 @interface NSException : NSObject <NSCopying, NSCoding>
00015 {
00016     NSString *name;
00017     NSString *reason;
00018     NSDictionary *userInfo;
00019     void *reserved;
00020 }
00021 
00022 + (void)_enableLogging:(BOOL)fp8;
00023 + (id)exceptionWithName:(id)fp8 reason:(id)fp12 userInfo:(id)fp16;
00024 + (void)raise:(id)fp8 format:(id)fp12;
00025 + (void)raise:(id)fp8 format:(id)fp12 arguments:(void *)fp16;
00026 - (id)name;
00027 - (id)reason;
00028 - (id)userInfo;
00029 - (void)raise;
00030 - (id)init;
00031 - (id)initWithName:(id)fp8 reason:(id)fp12 userInfo:(id)fp16;
00032 - (BOOL)isEqual:(id)fp8;
00033 - (void)dealloc;
00034 - (id)copyWithZone:(struct _NSZone *)fp8;
00035 - (void)encodeWithCoder:(id)fp8;
00036 - (id)initWithCoder:(id)fp8;
00037 - (id)description;
00038 
00039 @end
00040