API  1.0.0
CPException.h
Go to the documentation of this file.
1 
2 @interface CPException : CPObject
3 {
4  id _userInfo;
7 }
8 @end
Used to implement exception handling (creating & raising).
Definition: CPException.h:2
CPString name
Definition: CPException.h:5
CPString message
Definition: CPException.h:6
An immutable string (collection of characters).
Definition: CPString.h:2