|
Samond Classes Library 1.1.6-RELEASE build 132
|
Class SCNotSupportedException header file. More...
#import <Foundation/Foundation.h>#import <scl/SCException.h>Go to the source code of this file.
Classes | |
| class | SCNotSupportedException |
| Class of unsupported command or method exception calling exception. More... | |
Defines | |
Exception name constant | |
| #define | SCNotSupportedErrorName @"SCNotSupported" |
| Name of exception. | |
Exception supporting types | |
| #define | SCNotSupportedExceptionClass @"SCNotSupportedException" |
| enum | _SCNotSupportedError { SCNotSupportedErrorUnspecified = 0, SCNotSupportedErrorCommand = 1, SCNotSupportedErrorOperation = 2, SCNotSupportedErrorCall = 3, SCNotSupportedErrorMethod = 4, SCNotSupportedErrorMessage = 5, SCNotSupportedErrorArgument = 6, SCNotSupportedErrorProcedure = 7, SCNotSupportedErrorFunction = 8, SCNotSupportedErrorObject = 9 } |
| typedef enum _SCNotSupportedError | SCNotSupportedError |
| Not supported error type. | |
Class SCNotSupportedException header file.
Contains the declaration of exception class SCNotSupportedException, which generates when user calls the unsupported command or method.
File was introduced in version 1.1.3.
| #define SCNotSupportedExceptionClass @"SCNotSupportedException" |
SCNotSupportedException class name
Not supported error type.
Declares the types of not supported exceptions
| enum _SCNotSupportedError |
Enum for SCNotSupportedError
1.7.3