API  1.0.0
CPException(CPCoding) Category Reference

Instance Methods

(void) - encodeWithCoder:
 
(id) - initWithCoder:
 

Detailed Description

Definition at line 186 of file CPException.j.

Method Documentation

◆ encodeWithCoder:()

- (void) encodeWithCoder: (CPCoder aCoder
implementation

Encodes the exception's data into a coder.

Parameters
aCoderthe coder to which the data will be written

Extends class CPException.

Definition at line 209 of file CPException.j.

◆ initWithCoder:()

- (id) initWithCoder: (CPCoder aCoder
implementation

Initializes the exception with data from a coder.

Parameters
aCoderthe coder from which to read the exception data
Returns
the initialized exception

Extends class CPException.

Definition at line 193 of file CPException.j.


The documentation for this category was generated from the following file: