![]() |
API
0.9.6
|
Instance Methods | |
(void) | - encodeWithCoder: |
(id) | - initWithCoder: |
Definition at line 167 of file CPException.j.
|
implementation |
Encodes the exception's data into a coder.
aCoder | the coder to which the data will be written |
Extends class CPException.
Definition at line 190 of file CPException.j.
|
implementation |
Initializes the exception with data from a coder.
aCoder | the coder from which to read the exception data |
Extends class CPException.
Definition at line 174 of file CPException.j.