#import <NSError.h>
Abgeleitet von NSObject, < NSCopying > und < NSCoding >.
Basisklasse für MFError und NSCFError.
Ö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 |
Definiert in Zeile 14 der Datei NSError.h.
| + (id) errorWithDomain: | (id) | fp8 | ||
| code: | (int) | fp12 | ||
| userInfo: | (id) | fp16 | ||
| - (id) initWithDomain: | (id) | fp8 | ||
| code: | (int) | fp12 | ||
| userInfo: | (id) | fp16 | ||
| - (int) code |
Implementiert in NSCFError.
| - (id) domain |
Implementiert in NSCFError.
| - (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 >.
- (NSDictionary*) _userInfo [protected] |