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

Exception SCRuntimeException header file. More...

#import <scl/SCException.h>

Go to the source code of this file.

Classes

class  SCRuntimeException
 Exception class SCRuntimeException. More...
 

Class Constants

#define SCRuntimeExceptionClass   @"SCRuntimeException"
 
#define SCRuntimeErrorName   @"SCRuntime"
 

Error ID Constants

#define SCRuntimeEIDUnspecified   @"SCL-20080"
 
#define SCRuntimeEIDClass   @"SCL-20081"
 
#define SCRuntimeEIDSelector   @"SCL-20082"
 
#define SCRuntimeEIDImplementation   @"SCL-20083"
 
#define SCRuntimeEIDType   @"SCL-20084"
 
#define SCRuntimeEIDProperty   @"SCL-20085"
 
#define SCRuntimeEIDProtocol   @"SCL-20086"
 
#define SCRuntimeEIDVariable   @"SCL-20087"
 
#define SCRuntimeEIDMethod   @"SCL-20088"
 

Class Support Types

enum  SCRuntimeError {
  SCRuntimeErrorUnspecified = -20080, SCRuntimeErrorClass = -20081, SCRuntimeErrorSelector = -20082, SCRuntimeErrorImplementation = -20083,
  SCRuntimeErrorType = -20084, SCRuntimeErrorProperty = -20085, SCRuntimeErrorProtocol = -20086, SCRuntimeErrorVariable = -20087,
  SCRuntimeErrorMethod = -20088
}
 

Detailed Description

Exception SCRuntimeException header file.

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

Contains the declaration of the class SCRuntimeException, which defines runtime environment exceptions.

Macro Definition Documentation

#define SCRuntimeEIDClass   @"SCL-20081"

Class runtime error

#define SCRuntimeEIDImplementation   @"SCL-20083"

Method implementation runtime error

#define SCRuntimeEIDMethod   @"SCL-20088"

Method runtime error

#define SCRuntimeEIDProperty   @"SCL-20085"

Property runtime error

#define SCRuntimeEIDProtocol   @"SCL-20086"

Protocol runtime error

#define SCRuntimeEIDSelector   @"SCL-20082"

Selector runtime error

#define SCRuntimeEIDType   @"SCL-20084"

Type runtime error

#define SCRuntimeEIDUnspecified   @"SCL-20080"

Unspecified runtime error

#define SCRuntimeEIDVariable   @"SCL-20087"

Instance variable runtime error

#define SCRuntimeErrorName   @"SCRuntime"

Name of the runtime exception

#define SCRuntimeExceptionClass   @"SCRuntimeException"

A name of the class SCRuntimeException

Enumeration Type Documentation

Declares a set of constants that indicate the runtime errors

Enumerator
SCRuntimeErrorUnspecified 

Unspecified runtime error

SCRuntimeErrorClass 

Class runtime error

SCRuntimeErrorSelector 

Selector runtime error

SCRuntimeErrorImplementation 

Method implementation runtime error

SCRuntimeErrorType 

Type runtime error

SCRuntimeErrorProperty 

Property runtime error

SCRuntimeErrorProtocol 

Protocol runtime error

SCRuntimeErrorVariable 

Instance variable runtime error

SCRuntimeErrorMethod 

Method runtime error