Samond Classes Library 1.2.6-STABLE build 219
|
Parent class of all library exceptions. More...
#import <SCException.h>
Instance Properties | |
SCInteger | code |
NSString * | eid |
Initializing Class Instances | |
(instancetype) | - initWithName:reason:code:eid: |
(instancetype) | - initWithException: |
Parent class of all library exceptions.
Implements the common properties and methods of all library exceptions.
- (instancetype) initWithException: | (SCException *) | exception |
Initializes an exception by using the specified existing exception.
exception | - the source exception |
- (instancetype) initWithName: | (NSString *) | name | |
reason: | (NSString *) | reason | |
code: | (SCInteger) | code | |
eid: | (NSString *) | eid | |
Initializes an exception by using the specified exception name, error description, error code and error ID.
name | - the exception name |
reason | - the description of the error |
code | - the error code |
eid | - the error ID |
Reimplemented in SCCollectionException, and SCTextException.
|
readnonatomicassign |
Error code
|
readnonatomicretain |
Error ID