Samond Classes Library 1.2.6-STABLE build 219
Classes
SCSystemException.h File Reference

Exception SCSystemException header file. More...

#import <Foundation/Foundation.h>
#import <scl/SCException.h>

Go to the source code of this file.

Classes

class  SCSystemException
 System error exception class. More...
 

Class Constants

#define SCSystemExceptionClass   @"SCSystemException"
 
#define SCSystemErrorName   @"SCSystem"
 

Error Codes and IDs

#define SCSystemErrorCode   -20002
 
#define SCSystemEID   @"SCL-20002"
 
#define SCUnspecifiedSystemError   0
 

System Error Types

typedef SCInteger SCSystemError
 

Detailed Description

Exception SCSystemException header file.

SDK
macOS 10.6+, iOS 7.0+, GNUstep
Since
version 1.1.3

Declares the exception class SCSystemException, which represents the exception with information about detected system error.

Macro Definition Documentation

#define SCSystemEID   @"SCL-20002"

System error ID

#define SCSystemErrorCode   -20002

System error code

#define SCSystemErrorName   @"SCSystem"

A name of the system exception

#define SCSystemExceptionClass   @"SCSystemException"

A name of the class SCSystemException

#define SCUnspecifiedSystemError   0

Code of the unspecified system error

Typedef Documentation

Defines the possible system error codes