|
Samond Classes Library 1.1.6-RELEASE build 132
|
Missing data access exception class. More...
#import <SCNotFoundException.h>
Public Member Functions | |
Initializing Not Found Exception | |
| (id) | - init |
| (id) | - initWithMissingData: |
| (id) | - initWithReason: |
Querying Exception Properties | |
| (NSString *) | - missingData |
Static Public Member Functions | |
Creating Not Found Exception | |
| (SCNotFoundException *) | + exception |
| (SCNotFoundException *) | + exceptionWithMissingData: |
| (SCNotFoundException *) | + exceptionWithReason: |
Missing data access exception class.
Exception generates when you try to access the missing data.
This class was intoduced in version 1.1.3.
Class declares the following properties:
| + (SCNotFoundException *) exception |
Returns an exception without description and additional data.
| + (SCNotFoundException *) exceptionWithMissingData: | (NSString *) | data |
Returns an exception created by using the specified missing data.
| data | - missing data |
| + (SCNotFoundException *) exceptionWithReason: | (NSString *) | reason |
Returns an exception created by using the specified error description.
| reason | - error description |
| - (id) init |
Initializes the exception without description and additional data.
| - (id) initWithMissingData: | (NSString *) | data |
Initializes the exception using the specified missing data.
| data | - missing data |
| - (id) initWithReason: | (NSString *) | reason |
Initializes the exception using the specified error description.
| reason | - error description |
| - (NSString *) missingData |
Returns the missing data description.
1.7.3