System error exception class.
More...
#import <SCSystemException.h>
System error exception class.
- SDK
- macOS 10.6+, iOS 7.0+, GNUStep
- Since
- version 1.1.3
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.
- Returns
- A created exception
Returns a system exception created by using the specified error code.
- Parameters
-
error | - the system error code |
- Returns
- A created exception
Returns a system exception created by using the specified error code and erroneous object name.
- Parameters
-
error | - the system error code |
object | - the name of the erroneous object |
- Returns
- A created exception
Initializes a system exception by using the default settings.
- Attention
- Designed initializer
- Returns
- A newly initialized exception
Initializes a system exception by using the specified system error code.
- Attention
- Designed initializer
- Parameters
-
error | - the system error code |
- Returns
- A newly initialized exception
Initializes a system exception by using the specified system error code and erroneous object name.
- Attention
- Designed initializer
- Parameters
-
error | - the system error code |
object | - the name of the erroneous object |
- Returns
- A newly initialized exception
- (NSString *) objectName |
|
readnonatomicretain |
The documentation for this class was generated from the following files: