|
Samond Classes Library 1.1.6-RELEASE build 132
|
Number exception class. More...
#import <SCNumberException.h>
Public Member Functions | |
Querying Exception Properties | |
| (SCNumberError) | - type |
| (NSString *) | - unsupportedType |
Creating and Initializing Generic Number Exception | |
| (SCNumberException *) | + exception |
| (SCNumberException *) | + exceptionWithType:reason: |
| (SCNumberException *) | + exceptionWithType: |
| (SCNumberException *) | + exceptionWithReason: |
| (id) | - init |
| (id) | - initWithType:reason: |
| (id) | - initWithType: |
| (id) | - initWithReason: |
Creating and Initializing Unsupported Type Exception | |
| (SCNumberException *) | + exceptionWithUnsupportedType:reason: |
| (SCNumberException *) | + exceptionWithUnsupportedType: |
| (SCNumberException *) | + exceptionWithNumberUnsupportedTypeReason: |
| (SCNumberException *) | + exceptionWithNumberUnsupportedType |
| (id) | - initWithUnsupportedType:reason: |
| (id) | - initWithUnsupportedType: |
| (id) | - initWithNumberUnsupportedTypeReason: |
| (id) | - initWithNumberUnsupportedType |
Number exception class.
Exception generates when number error detected.
Class was introduced in version 1.1.3.
Class declares the following properties:
| + (SCNumberException *) exception |
Returns the number exception created by using the default error description.
| + (SCNumberException *) exceptionWithNumberUnsupportedType |
Returns the unsupported type exception created by using the default error description.
| + (SCNumberException *) exceptionWithNumberUnsupportedTypeReason: | (NSString *) | reason |
Returns the unsupported type exception created by using the specified error description.
| reason | - error description |
| + (SCNumberException *) exceptionWithReason: | (NSString *) | reason |
Returns the number exception created by using the specified error description.
| reason | - error description |
| + (SCNumberException *) exceptionWithType: | (SCNumberError) | type |
Returns the number exception created by using the specified exception type.
| type | - exception type |
| + (SCNumberException *) exceptionWithType: | (SCNumberError) | type | |
| reason: | (NSString *) | reason | |
Returns the number exception created by using the specified exception type and error description.
| type | - exception type |
| reason | - error description |
| + (SCNumberException *) exceptionWithUnsupportedType: | (NSString *) | type |
Returns the unsupported type exception created by using the specified unsupported type name.
| type | - unsupported type name |
| + (SCNumberException *) exceptionWithUnsupportedType: | (NSString *) | type | |
| reason: | (NSString *) | reason | |
Returns the unsupported type exception created by using the specified unsupported type name and error description.
| type | - unsupported type name |
| reason | - error description |
| - (id) init |
Initializes the number exception using the default error description.
| - (id) initWithNumberUnsupportedType |
Initializes the unsupported type exception using the default error description.
| - (id) initWithNumberUnsupportedTypeReason: | (NSString *) | reason |
Initializes the unsupported type exception using the specified error description.
| reason | - error description |
| - (id) initWithReason: | (NSString *) | reason |
Initializes the number exception using the specified error description.
| reason | - error description |
| - (id) initWithType: | (SCNumberError) | type |
Initializes the number exception using the specified exception type.
| type | - exception type |
| - (id) initWithType: | (SCNumberError) | type | |
| reason: | (NSString *) | reason | |
Initializes the number exception using the specified exception type and error description.
| type | - exception type |
| reason | - error description |
| - (id) initWithUnsupportedType: | (NSString *) | type |
Initializes the unsupported type exception using the specified unsupported type name.
| type | - unsupported type name |
| - (id) initWithUnsupportedType: | (NSString *) | type | |
| reason: | (NSString *) | reason | |
Initializes the unsupported type exception using the specified unsupported type name and error description.
| type | - unsupported type name |
| reason | - error description |
| - (SCNumberError) type |
Returns the exception type.
| - (NSString *) unsupportedType |
Returns the unsupported type name.
1.7.3