NSError Klassenreferenz

#import <NSError.h>

Abgeleitet von NSObject, < NSCopying > und < NSCoding >.

Basisklasse für MFError und NSCFError.

Aufstellung aller Elemente


Öffentliche Methoden

(id) - initWithDomain:code:userInfo:
(void) - dealloc
(void) - finalize
(int) - code
(id) - domain
(id) - userInfo
(id) - _cocoaErrorString:alternate:
(id) - _retainedUserInfoCallBackForKey:
(id) - localizedDescription
(id) - localizedFailureReason
(id) - localizedRecoverySuggestion
(id) - localizedRecoveryOptions
(id) - recoveryAttempter
(id) - helpAnchor
(id) - description
(id) - copyWithZone:
(void) - encodeWithCoder:
(id) - initWithCoder:

Öffentliche, statische Methoden

(id) + errorWithDomain:code:userInfo:

Geschützte Attribute

void * _reserved
int _code
NSString_domain
NSDictionary_userInfo

Ausführliche Beschreibung

Definiert in Zeile 14 der Datei NSError.h.


Dokumentation der Elementfunktionen

+ (id) errorWithDomain: (id)  fp8
code: (int)  fp12
userInfo: (id)  fp16 

- (id) initWithDomain: (id)  fp8
code: (int)  fp12
userInfo: (id)  fp16 

- (void) dealloc  

Implementiert NSObject.

Implementiert in MFError.

- (void) finalize  

Implementiert NSObject.

Implementiert in NSCFError.

- (int) code  

Implementiert in NSCFError.

- (id) domain  

Implementiert in NSCFError.

- (id) userInfo  

Implementiert in NSCFError und MFError.

- (id) _cocoaErrorString: (id)  fp8
alternate: (id)  fp12 

- (id) _retainedUserInfoCallBackForKey: (id)  fp8  

- (id) localizedDescription  

Implementiert in MFError.

- (id) localizedFailureReason  

- (id) localizedRecoverySuggestion  

- (id) localizedRecoveryOptions  

- (id) recoveryAttempter  

- (id) helpAnchor  

- (id) description  

- (id) copyWithZone: (struct _NSZone *)  fp8  

Erneute Implementation von < NSCopying >.

- (void) encodeWithCoder: (id)  fp8  

Erneute Implementation von < NSCoding >.

- (id) initWithCoder: (id)  fp8  

Erneute Implementation von < NSCoding >.


Dokumentation der Datenelemente

- (void*) _reserved [protected]

Definiert in Zeile 16 der Datei NSError.h.

- (int) _code [protected]

Definiert in Zeile 17 der Datei NSError.h.

- (NSString*) _domain [protected]

Definiert in Zeile 18 der Datei NSError.h.

- (NSDictionary*) _userInfo [protected]

Definiert in Zeile 19 der Datei NSError.h.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: