|
Samond Classes Library 1.2.6-STABLE build 219
|
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 } |
Exception SCRuntimeException header file.
Contains the declaration of the class SCRuntimeException, which defines runtime environment exceptions.
| #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
| enum SCRuntimeError |
Declares a set of constants that indicate the runtime errors
1.8.9.1