Instance Methods | |
(void) | - encodeWithCoder: |
(id) | - initWithCoder: |
Definition at line 186 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 209 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 193 of file CPException.j.