API  0.9.7
 All Classes Files Functions Variables Macros Groups Pages
CPError Class Reference

#import <CPError.h>

+ Inheritance diagram for CPError:

Instance Methods

(CPInteger) - code
 
(CPString- description
 
(CPString- domain
 
(id) - initWithDomain:code:userInfo:
 
(CPString- localizedDescription
 
(CPString- localizedFailureReason
 
(CPArray) - localizedRecoveryOptions
 
(CPString- localizedRecoverySuggestion
 
(id) - recoveryAttempter
 
(CPDictionary- userInfo
 

Class Methods

(id) + errorWithDomain:code:userInfo:
 

Detailed Description

Definition at line 2 of file CPError.h.

Method Documentation

- (CPInteger) code
implementation

Synthesized accessor method.

Provided by category CPError(CPSynthesizedAccessors).

Definition at line 103 of file CPError.j.

- (CPString) description
implementation

Definition at line 91 of file CPError.j.

- (CPString) domain
implementation

Synthesized accessor method.

Provided by category CPError(CPSynthesizedAccessors).

Definition at line 111 of file CPError.j.

+ (id) errorWithDomain: (CPString aDomain
code: (CPInteger)  aCode
userInfo: (CPDictionary aDict 
implementation

Definition at line 49 of file CPError.j.

- (id) initWithDomain: (CPString aDomain
code: (CPInteger)  aCode
userInfo: (CPDictionary aDict 
implementation

Definition at line 54 of file CPError.j.

- (CPString) localizedDescription
implementation

Definition at line 66 of file CPError.j.

- (CPString) localizedFailureReason
implementation

Definition at line 71 of file CPError.j.

- (CPArray) localizedRecoveryOptions
implementation

Definition at line 76 of file CPError.j.

- (CPString) localizedRecoverySuggestion
implementation

Definition at line 81 of file CPError.j.

- (id) recoveryAttempter
implementation

Definition at line 86 of file CPError.j.

- (CPDictionary) userInfo
implementation

Synthesized accessor method.

Provided by category CPError(CPSynthesizedAccessors).

Definition at line 119 of file CPError.j.


The documentation for this class was generated from the following files: