Samond Classes Library 1.1.6-RELEASE build 132

SCNotFoundException Class Reference

Missing data access exception class. More...

#import <SCNotFoundException.h>

Inheritance diagram for SCNotFoundException:
SCException

List of all members.

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:

Detailed Description

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:


Member Function Documentation

+ (SCNotFoundException *) exception

Returns an exception without description and additional data.

Returns:
Created exception
+ (SCNotFoundException *) exceptionWithMissingData: (NSString *)  data

Returns an exception created by using the specified missing data.

Parameters:
data- missing data
Returns:
Created exception
+ (SCNotFoundException *) exceptionWithReason: (NSString *)  reason

Returns an exception created by using the specified error description.

Parameters:
reason- error description
Returns:
Created exception
- (id) init

Initializes the exception without description and additional data.

Returns:
A newly initialized exception
- (id) initWithMissingData: (NSString *)  data

Initializes the exception using the specified missing data.

Parameters:
data- missing data
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
- (NSString *) missingData

Returns the missing data description.

Returns:
Missing data description

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