Samond Classes Library 1.2.6-STABLE build 219
|
System error exception class. More...
#import <SCSystemException.h>
Instance Properties | |
SCSystemError | error |
NSString * | objectName |
Creating Class Instances (SCL-20002) | |
(instancetype) | + exceptionWithError:object: |
(instancetype) | + exceptionWithError: |
(instancetype) | + exception |
Additional Inherited Members | |
![]() | |
(instancetype) | - 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.
+ (instancetype) exception |
Returns a system exception created by using the default settings.
+ (instancetype) exceptionWithError: | (SCSystemError) | error |
Returns a system exception created by using the specified error code.
error | - the system error code |
+ (instancetype) 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 |
|
readnonatomicassign |
System error code
|
readnonatomicretain |
Erroneous object name