|
Samond Classes Library 1.1.6-RELEASE build 132
|
Class of unsupported command or method exception calling exception. More...
#import <SCNotSupportedException.h>
Class of unsupported command or method exception calling exception.
Declares the exception, which generates when user attemts to call unsupported command or method.
Class was introduced in version 1.1.3.
Class declares the following properties:
| - (NSString *) argument |
Returns an unsupported argument name.
| - (NSString *) call |
Returns an unsupported call name.
| - (NSString *) command |
Returns an unsupported command name.
| + (SCNotSupportedException *) exception |
Returns an exception created by using the default error description.
| + (SCNotSupportedException *) exceptionWithArgument: | (NSString *) | argument |
Returns an exception created by using the specified unsupported argument name.
| argument | - unsupported argument name |
| + (SCNotSupportedException *) exceptionWithArgument: | (NSString *) | argument | |
| reason: | (NSString *) | reason | |
Returns an exception created by using the specified unsupported argument name and error description.
| argument | - unsupported argument name |
| reason | - error description |
| + (SCNotSupportedException *) exceptionWithCall: | (NSString *) | call |
Returns an exception created by using the specified unsupported call name.
| call | - unsupported call name |
| + (SCNotSupportedException *) exceptionWithCall: | (NSString *) | call | |
| reason: | (NSString *) | reason | |
Returns an exception created by using the specified unsupported call name and error description.
| call | - unsupported call name |
| reason | - error description |
| + (SCNotSupportedException *) exceptionWithCommand: | (NSString *) | command |
Returns an exception created by using the specified unsupported command name.
| command | - unsupported command name |
| + (SCNotSupportedException *) exceptionWithCommand: | (NSString *) | command | |
| reason: | (NSString *) | reason | |
Returns an exception created by using the specified unsupported command name and error description.
| command | - unsupported command name |
| reason | - error description |
| + (SCNotSupportedException *) exceptionWithFunction: | (NSString *) | function |
Returns an exception created by using the specified unsupported function name.
| function | - unsupported function name |
| + (SCNotSupportedException *) exceptionWithFunction: | (NSString *) | function | |
| reason: | (NSString *) | reason | |
Returns an exception created by using the specified unsupported function name and error description.
| function | - unsupported function name |
| reason | - error description |
| + (SCNotSupportedException *) exceptionWithMessage: | (NSString *) | message |
Returns an exception created by using the specified unsupported message name.
| message | - unsupported message name |
| + (SCNotSupportedException *) exceptionWithMessage: | (NSString *) | message | |
| reason: | (NSString *) | reason | |
Returns an exception created by using the specified unsupported message name and error description.
| message | - unsupported message name |
| reason | - error description |
| + (SCNotSupportedException *) exceptionWithMethod: | (NSString *) | method |
Returns an exception created by using the specified unsupported method name.
| method | - unsupported method name |
| + (SCNotSupportedException *) exceptionWithMethod: | (NSString *) | method | |
| reason: | (NSString *) | reason | |
Returns an exception created by using the specified unsupported method name and error description.
| method | - unsupported method name |
| reason | - error description |
| + (SCNotSupportedException *) exceptionWithObject: | (NSString *) | object |
Returns an exception created by using the specified unsupported object name.
| object | - unsupported object name |
| + (SCNotSupportedException *) exceptionWithObject: | (NSString *) | object | |
| reason: | (NSString *) | reason | |
Returns an exception created by using the specified unsupported object name and error description.
| object | - unsupported object name |
| reason | - error description |
| + (SCNotSupportedException *) exceptionWithOperation: | (NSString *) | operation |
Returns an exception created by using the specified unsupported opration name.
| operation | - unsupported operation name |
| + (SCNotSupportedException *) exceptionWithOperation: | (NSString *) | operation | |
| reason: | (NSString *) | reason | |
Returns an exception created by using the specified unsupported opration name and error description.
| operation | - unsupported operation name |
| reason | - error description |
| + (SCNotSupportedException *) exceptionWithProcedure: | (NSString *) | procedure |
Returns an exception created by using the specified unsupported procedure name.
| procedure | - unsupported procedure name |
| + (SCNotSupportedException *) exceptionWithProcedure: | (NSString *) | procedure | |
| reason: | (NSString *) | reason | |
Returns an exception created by using the specified unsupported procedure name and error description.
| procedure | - unsupported procedure name |
| reason | - error description |
| + (SCNotSupportedException *) exceptionWithReason: | (NSString *) | reason |
Returns an exception created by using the specified error description.
| reason | - error description |
| + (SCNotSupportedException *) exceptionWithType: | (SCNotSupportedError) | type |
Returns an exception created by using the specified type and default error description.
| type | - exception type |
| + (SCNotSupportedException *) exceptionWithType: | (SCNotSupportedError) | type | |
| reason: | (NSString *) | reason | |
Returns an exception created by using the specified type and error description.
| type | - exception type |
| reason | - error description |
| - (NSString *) function |
Returns an unsupported function name.
| - (id) init |
Initializes the exception using the default error description.
| - (id) initWithArgument: | (NSString *) | argument |
Initializes the exception using the specified unsupported argument name.
| argument | - unsupported argument name |
| - (id) initWithArgument: | (NSString *) | argument | |
| reason: | (NSString *) | reason | |
Initializes the exception using the specified unsupported argument name and error description.
| argument | - unsupported argument name |
| reason | - error description |
| - (id) initWithCall: | (NSString *) | call |
Initializes the exception using the specified unsupported call name.
| call | - unsupported call name |
| - (id) initWithCall: | (NSString *) | call | |
| reason: | (NSString *) | reason | |
Initializes the exception using the specified unsupported call name and error description.
| call | - unsupported call name |
| reason | - error description |
| - (id) initWithCommand: | (NSString *) | command |
Initializes the exception using the specified unsupported command name.
| command | - unsupported command name |
| - (id) initWithCommand: | (NSString *) | command | |
| reason: | (NSString *) | reason | |
Initializes the exception using the specified unsupported command name and error description.
| command | - unsupported command name |
| reason | - error description |
| - (id) initWithFunction: | (NSString *) | function |
Initializes the exception using the specified unsupported function name.
| function | - unsupported function name |
| - (id) initWithFunction: | (NSString *) | function | |
| reason: | (NSString *) | reason | |
Initializes the exception using the specified unsupported function name and error description.
| function | - unsupported function name |
| reason | - error description |
| - (id) initWithMessage: | (NSString *) | message |
Initializes the exception using the specified unsupported message name.
| message | - unsupported message name |
| - (id) initWithMessage: | (NSString *) | message | |
| reason: | (NSString *) | reason | |
Initializes the exception using the specified unsupported message name and error description.
| message | - unsupported message name |
| reason | - error description |
| - (id) initWithMethod: | (NSString *) | method |
Initializes the exception using the specified unsupported method name.
| method | - unsupported method name |
| - (id) initWithMethod: | (NSString *) | method | |
| reason: | (NSString *) | reason | |
Initializes the exception using the specified unsupported method name and error description.
| method | - unsupported method name |
| reason | - error description |
| - (id) initWithObject: | (NSString *) | object |
Initializes the exception using the specified unsupported object name.
| object | - unsupported object name |
| - (id) initWithObject: | (NSString *) | object | |
| reason: | (NSString *) | reason | |
Initializes the exception using the specified unsupported object name and error description.
| object | - unsupported object name |
| reason | - error description |
| - (id) initWithOperation: | (NSString *) | operation |
Initializes the exception using the specified unsupported opration name.
| operation | - unsupported operation name |
| - (id) initWithOperation: | (NSString *) | operation | |
| reason: | (NSString *) | reason | |
Initializes the exception using the specified unsupported opration name and error description.
| operation | - unsupported operation name |
| reason | - error description |
| - (id) initWithProcedure: | (NSString *) | procedure |
Initializes the exception using the specified unsupported procedure name.
| procedure | - unsupported procedure name |
| - (id) initWithProcedure: | (NSString *) | procedure | |
| reason: | (NSString *) | reason | |
Initializes the exception using the specified unsupported procedure name and error description.
| procedure | - unsupported procedure name |
| reason | - error description |
| - (id) initWithReason: | (NSString *) | reason |
Initializes the exception using the specified error description.
| reason | - error description |
| - (id) initWithType: | (SCNotSupportedError) | type |
Initializes the exception using the specified type and default error description.
| type | - exception type |
| - (id) initWithType: | (SCNotSupportedError) | type | |
| reason: | (NSString *) | reason | |
Initializes the exception using the specified type and error description.
| type | - exception type |
| reason | - error description |
| - (NSString *) message |
Returns an unsupported message name.
| - (NSString *) method |
Returns an unsupported method name.
| - (NSString *) object |
Returns an unsupported object name.
| - (NSString *) operation |
Returns an unsupported operation name.
| - (NSString *) procedure |
Returns an unsupported procedure name.
| - (SCNotSupportedError) type |
Returns an exception type.
1.7.3