#import <MFError.h>
Abgeleitet von NSError.
Öffentliche Methoden | |
| (void) | - setUserInfoObject:forKey: |
| (id) | - userInfo |
| (id) | - localizedDescription |
| (id) | - moreInfo |
| (id) | - shortDescription |
| (void) | - setLocalizedDescription: |
| (void) | - setMoreInfo: |
| (void) | - setShortDescription: |
| (void) | - useGenericDescription: |
| (void) | - dealloc |
Öffentliche, statische Methoden | |
| (id) | + errorWithDomain:code:localizedDescription: |
| (id) | + errorWithDomain:code:localizedDescription:title:userInfo: |
| (id) | + errorWithException: |
Geschützte Attribute | |
| NSMutableDictionary * | _moreUserInfo |
Definiert in Zeile 11 der Datei MFError.h.
| + (id) errorWithDomain: | (id) | fp8 | ||
| code: | (long) | fp12 | ||
| localizedDescription: | (id) | fp16 | ||
| + (id) errorWithDomain: | (id) | fp8 | ||
| code: | (long) | fp12 | ||
| localizedDescription: | (id) | fp16 | ||
| title: | (id) | fp20 | ||
| userInfo: | (id) | fp24 | ||
| + (id) errorWithException: | (id) | fp8 |
| - (void) setUserInfoObject: | (id) | fp8 | ||
| forKey: | (id) | fp12 | ||
| - (id) userInfo |
Implementiert NSError.
| - (id) localizedDescription |
Implementiert NSError.
| - (id) moreInfo |
| - (id) shortDescription |
| - (void) setLocalizedDescription: | (id) | fp8 |
| - (void) setMoreInfo: | (id) | fp8 |
| - (void) setShortDescription: | (id) | fp8 |
| - (void) useGenericDescription: | (id) | fp8 |
| - (void) dealloc |
Implementiert NSError.
- (NSMutableDictionary*) _moreUserInfo [protected] |