Samond Classes Library 1.2.0-RELEASE build 166
|
System error exception class. More...
#import <SCSystemException.h>
Instance Properties | |
SCSystemError | error |
NSString * | objectName |
Creating and Initializing Class Instances | |
(id) | - initWithError:object: |
(id) | - initWithError: |
(id) | - init |
(SCSystemException *) | + exceptionWithError:object: |
(SCSystemException *) | + exceptionWithError: |
(SCSystemException *) | + exception |
Additional Inherited Members | |
![]() | |
(id) | - initWithName:reason:code:eid: |
![]() | |
SCInteger | code |
NSString * | eid |
System error exception class.
Exception generates when the system error or standard library error is detected.
It has the error ID SCL-20002.
+ (SCSystemException *) exception |
Returns a system exception created by using the default settings.
+ (SCSystemException *) exceptionWithError: | (SCSystemError) | error |
Returns a system exception created by using the specified error code.
error | - the system error code |
+ (SCSystemException *) exceptionWithError: | (SCSystemError) | error | |
object: | (NSString *) | object | |
Returns a system exception created by using the specified error code and erroneous object name.
error | - the system error code |
object | - the name of the erroneous object |
- (id) init |
Initializes a system exception by using the default settings.
- (id) initWithError: | (SCSystemError) | error |
Initializes a system exception by using the specified system error code.
error | - the system error code |
- (id) initWithError: | (SCSystemError) | error | |
object: | (NSString *) | object | |
Initializes a system exception by using the specified system error code and erroneous object name.
error | - the system error code |
object | - the name of the erroneous object |
|
readnonatomicassign |
System error code
|
readnonatomicretain |
Erroneous object name