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