Samond Classes Library 1.1.6-RELEASE build 132

SCNotSupportedException Class Reference

Class of unsupported command or method exception calling exception. More...

#import <SCNotSupportedException.h>

Inheritance diagram for SCNotSupportedException:
SCException

List of all members.

Public Member Functions

Querying Exception Properties
(SCNotSupportedError- type
(NSString *) - command
(NSString *) - operation
(NSString *) - call
(NSString *) - method
(NSString *) - message
(NSString *) - argument
(NSString *) - procedure
(NSString *) - function
(NSString *) - object

Creating and Initializing Generic Not Supported Exception

(SCNotSupportedException *) + exception
(SCNotSupportedException *) + exceptionWithType:reason:
(SCNotSupportedException *) + exceptionWithType:
(SCNotSupportedException *) + exceptionWithReason:
(id) - init
(id) - initWithType:reason:
(id) - initWithType:
(id) - initWithReason:

Creating and Initializing Unsupported Command Exception

(SCNotSupportedException *) + exceptionWithCommand:reason:
(SCNotSupportedException *) + exceptionWithCommand:
(id) - initWithCommand:reason:
(id) - initWithCommand:

Creating and Initializing Unsupported Operation Exception

(SCNotSupportedException *) + exceptionWithOperation:reason:
(SCNotSupportedException *) + exceptionWithOperation:
(id) - initWithOperation:reason:
(id) - initWithOperation:

Creating and Initializing Unsupported Call Exception

(SCNotSupportedException *) + exceptionWithCall:reason:
(SCNotSupportedException *) + exceptionWithCall:
(id) - initWithCall:reason:
(id) - initWithCall:

Creating and Initializing Unsupported Method Exception

(SCNotSupportedException *) + exceptionWithMethod:reason:
(SCNotSupportedException *) + exceptionWithMethod:
(id) - initWithMethod:reason:
(id) - initWithMethod:

Creating and Initializing Unsupported Message Exception

(SCNotSupportedException *) + exceptionWithMessage:reason:
(SCNotSupportedException *) + exceptionWithMessage:
(id) - initWithMessage:reason:
(id) - initWithMessage:

Creating and Initializing Unsupported Argument Exception

(SCNotSupportedException *) + exceptionWithArgument:reason:
(SCNotSupportedException *) + exceptionWithArgument:
(id) - initWithArgument:reason:
(id) - initWithArgument:

Creating and Initializing Unsupported Procedure Exception

(SCNotSupportedException *) + exceptionWithProcedure:reason:
(SCNotSupportedException *) + exceptionWithProcedure:
(id) - initWithProcedure:reason:
(id) - initWithProcedure:

Creating and Initializing Unsupported Function Exception

(SCNotSupportedException *) + exceptionWithFunction:reason:
(SCNotSupportedException *) + exceptionWithFunction:
(id) - initWithFunction:reason:
(id) - initWithFunction:

Creating and Initializing Unsupported Object Exception

(SCNotSupportedException *) + exceptionWithObject:reason:
(SCNotSupportedException *) + exceptionWithObject:
(id) - initWithObject:reason:
(id) - initWithObject:

Detailed Description

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:


Member Function Documentation

- (NSString *) argument

Returns an unsupported argument name.

Returns:
Unsupported argument name
- (NSString *) call

Returns an unsupported call name.

Returns:
Unsupported call name
- (NSString *) command

Returns an unsupported command name.

Returns:
Unsupported command name
+ (SCNotSupportedException *) exception

Returns an exception created by using the default error description.

Returns:
A created exception
+ (SCNotSupportedException *) exceptionWithArgument: (NSString *)  argument

Returns an exception created by using the specified unsupported argument name.

Parameters:
argument- unsupported argument name
Returns:
A created exception
+ (SCNotSupportedException *) exceptionWithArgument: (NSString *)  argument
reason: (NSString *)  reason 

Returns an exception created by using the specified unsupported argument name and error description.

Parameters:
argument- unsupported argument name
reason- error description
Returns:
A created exception
+ (SCNotSupportedException *) exceptionWithCall: (NSString *)  call

Returns an exception created by using the specified unsupported call name.

Parameters:
call- unsupported call name
Returns:
A created exception
+ (SCNotSupportedException *) exceptionWithCall: (NSString *)  call
reason: (NSString *)  reason 

Returns an exception created by using the specified unsupported call name and error description.

Parameters:
call- unsupported call name
reason- error description
Returns:
A created exception
+ (SCNotSupportedException *) exceptionWithCommand: (NSString *)  command

Returns an exception created by using the specified unsupported command name.

Parameters:
command- unsupported command name
Returns:
A created exception
+ (SCNotSupportedException *) exceptionWithCommand: (NSString *)  command
reason: (NSString *)  reason 

Returns an exception created by using the specified unsupported command name and error description.

Parameters:
command- unsupported command name
reason- error description
Returns:
A created exception
+ (SCNotSupportedException *) exceptionWithFunction: (NSString *)  function

Returns an exception created by using the specified unsupported function name.

Parameters:
function- unsupported function name
Returns:
A created exception
+ (SCNotSupportedException *) exceptionWithFunction: (NSString *)  function
reason: (NSString *)  reason 

Returns an exception created by using the specified unsupported function name and error description.

Parameters:
function- unsupported function name
reason- error description
Returns:
A created exception
+ (SCNotSupportedException *) exceptionWithMessage: (NSString *)  message

Returns an exception created by using the specified unsupported message name.

Parameters:
message- unsupported message name
Returns:
A created exception
+ (SCNotSupportedException *) exceptionWithMessage: (NSString *)  message
reason: (NSString *)  reason 

Returns an exception created by using the specified unsupported message name and error description.

Parameters:
message- unsupported message name
reason- error description
Returns:
A created exception
+ (SCNotSupportedException *) exceptionWithMethod: (NSString *)  method

Returns an exception created by using the specified unsupported method name.

Parameters:
method- unsupported method name
Returns:
A created exception
+ (SCNotSupportedException *) exceptionWithMethod: (NSString *)  method
reason: (NSString *)  reason 

Returns an exception created by using the specified unsupported method name and error description.

Parameters:
method- unsupported method name
reason- error description
Returns:
A created exception
+ (SCNotSupportedException *) exceptionWithObject: (NSString *)  object

Returns an exception created by using the specified unsupported object name.

Parameters:
object- unsupported object name
Returns:
A created exception
+ (SCNotSupportedException *) exceptionWithObject: (NSString *)  object
reason: (NSString *)  reason 

Returns an exception created by using the specified unsupported object name and error description.

Parameters:
object- unsupported object name
reason- error description
Returns:
A created exception
+ (SCNotSupportedException *) exceptionWithOperation: (NSString *)  operation

Returns an exception created by using the specified unsupported opration name.

Parameters:
operation- unsupported operation name
Returns:
A created exception
+ (SCNotSupportedException *) exceptionWithOperation: (NSString *)  operation
reason: (NSString *)  reason 

Returns an exception created by using the specified unsupported opration name and error description.

Parameters:
operation- unsupported operation name
reason- error description
Returns:
A created exception
+ (SCNotSupportedException *) exceptionWithProcedure: (NSString *)  procedure

Returns an exception created by using the specified unsupported procedure name.

Parameters:
procedure- unsupported procedure name
Returns:
A created exception
+ (SCNotSupportedException *) exceptionWithProcedure: (NSString *)  procedure
reason: (NSString *)  reason 

Returns an exception created by using the specified unsupported procedure name and error description.

Parameters:
procedure- unsupported procedure name
reason- error description
Returns:
A created exception
+ (SCNotSupportedException *) exceptionWithReason: (NSString *)  reason

Returns an exception created by using the specified error description.

Parameters:
reason- error description
Returns:
A created exception
+ (SCNotSupportedException *) exceptionWithType: (SCNotSupportedError type

Returns an exception created by using the specified type and default error description.

Parameters:
type- exception type
Returns:
A created exception
+ (SCNotSupportedException *) exceptionWithType: (SCNotSupportedError type
reason: (NSString *)  reason 

Returns an exception created by using the specified type and error description.

Parameters:
type- exception type
reason- error description
Returns:
A created exception
- (NSString *) function

Returns an unsupported function name.

Returns:
Unsupported function name
- (id) init

Initializes the exception using the default error description.

Returns:
A newly initialized exception
- (id) initWithArgument: (NSString *)  argument

Initializes the exception using the specified unsupported argument name.

Parameters:
argument- unsupported argument name
Returns:
A newly initialized exception
- (id) initWithArgument: (NSString *)  argument
reason: (NSString *)  reason 

Initializes the exception using the specified unsupported argument name and error description.

Parameters:
argument- unsupported argument name
reason- error description
Returns:
A newly initialized exception
- (id) initWithCall: (NSString *)  call

Initializes the exception using the specified unsupported call name.

Parameters:
call- unsupported call name
Returns:
A newly initialized exception
- (id) initWithCall: (NSString *)  call
reason: (NSString *)  reason 

Initializes the exception using the specified unsupported call name and error description.

Parameters:
call- unsupported call name
reason- error description
Returns:
A newly initialized exception
- (id) initWithCommand: (NSString *)  command

Initializes the exception using the specified unsupported command name.

Parameters:
command- unsupported command name
Returns:
A newly initialized exception
- (id) initWithCommand: (NSString *)  command
reason: (NSString *)  reason 

Initializes the exception using the specified unsupported command name and error description.

Parameters:
command- unsupported command name
reason- error description
Returns:
A newly initialized exception
- (id) initWithFunction: (NSString *)  function

Initializes the exception using the specified unsupported function name.

Parameters:
function- unsupported function name
Returns:
A newly initialized exception
- (id) initWithFunction: (NSString *)  function
reason: (NSString *)  reason 

Initializes the exception using the specified unsupported function name and error description.

Parameters:
function- unsupported function name
reason- error description
Returns:
A newly initialized exception
- (id) initWithMessage: (NSString *)  message

Initializes the exception using the specified unsupported message name.

Parameters:
message- unsupported message name
Returns:
A newly initialized exception
- (id) initWithMessage: (NSString *)  message
reason: (NSString *)  reason 

Initializes the exception using the specified unsupported message name and error description.

Parameters:
message- unsupported message name
reason- error description
Returns:
A newly initialized exception
- (id) initWithMethod: (NSString *)  method

Initializes the exception using the specified unsupported method name.

Parameters:
method- unsupported method name
Returns:
A newly initialized exception
- (id) initWithMethod: (NSString *)  method
reason: (NSString *)  reason 

Initializes the exception using the specified unsupported method name and error description.

Parameters:
method- unsupported method name
reason- error description
Returns:
A newly initialized exception
- (id) initWithObject: (NSString *)  object

Initializes the exception using the specified unsupported object name.

Parameters:
object- unsupported object name
Returns:
A newly initialized exception
- (id) initWithObject: (NSString *)  object
reason: (NSString *)  reason 

Initializes the exception using the specified unsupported object name and error description.

Parameters:
object- unsupported object name
reason- error description
Returns:
A newly initialized exception
- (id) initWithOperation: (NSString *)  operation

Initializes the exception using the specified unsupported opration name.

Parameters:
operation- unsupported operation name
Returns:
A newly initialized exception
- (id) initWithOperation: (NSString *)  operation
reason: (NSString *)  reason 

Initializes the exception using the specified unsupported opration name and error description.

Parameters:
operation- unsupported operation name
reason- error description
Returns:
A newly initialized exception
- (id) initWithProcedure: (NSString *)  procedure

Initializes the exception using the specified unsupported procedure name.

Parameters:
procedure- unsupported procedure name
Returns:
A newly initialized exception
- (id) initWithProcedure: (NSString *)  procedure
reason: (NSString *)  reason 

Initializes the exception using the specified unsupported procedure name and error description.

Parameters:
procedure- unsupported procedure name
reason- error description
Returns:
A newly initialized exception
- (id) initWithReason: (NSString *)  reason

Initializes the exception using the specified error description.

Parameters:
reason- error description
Returns:
A newly initialized exception
- (id) initWithType: (SCNotSupportedError type

Initializes the exception using the specified type and default error description.

Parameters:
type- exception type
Returns:
A newly initialized exception
- (id) initWithType: (SCNotSupportedError type
reason: (NSString *)  reason 

Initializes the exception using the specified type and error description.

Parameters:
type- exception type
reason- error description
Returns:
A newly initialized exception
- (NSString *) message

Returns an unsupported message name.

Returns:
Unsupported message name
- (NSString *) method

Returns an unsupported method name.

Returns:
Unsupported method name
- (NSString *) object

Returns an unsupported object name.

Returns:
Unsupported object name
- (NSString *) operation

Returns an unsupported operation name.

Returns:
Unsupported operation name
- (NSString *) procedure

Returns an unsupported procedure name.

Returns:
Unsupported procedure name

Returns an exception type.

Returns:
Exception type

The documentation for this class was generated from the following files:
 All Classes Files Functions Typedefs Enumerations Enumerator Defines