Samond Classes Library 1.1.6-RELEASE build 132
Classes

SCNotSupportedException.h File Reference

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.

Detailed Description

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 Documentation

#define SCNotSupportedExceptionClass   @"SCNotSupportedException"

Typedef Documentation

Not supported error type.

Declares the types of not supported exceptions


Enumeration Type Documentation

Enum for SCNotSupportedError

Enumerator:
SCNotSupportedErrorUnspecified 

Unspecified not supported error.

SCNotSupportedErrorCommand 

Command not supported error.

SCNotSupportedErrorOperation 

Operation not supported error.

SCNotSupportedErrorCall 

Call not supported error.

SCNotSupportedErrorMethod 

Method not supported error.

SCNotSupportedErrorMessage 

Message not supported error.

SCNotSupportedErrorArgument 

Argument not supported error.

SCNotSupportedErrorProcedure 

Procedure not supported error.

SCNotSupportedErrorFunction 

Function not supported error.

SCNotSupportedErrorObject 

Object not supported error.

 All Classes Files Functions Typedefs Enumerations Enumerator Defines