|
Samond Classes Library 1.1.6-RELEASE build 132
|
Attemp to change the read-only data exception class. More...
#import <SCReadOnlyException.h>
Public Member Functions | |
Initializing Read Only Exception | |
| (id) | - init |
| (id) | - initWithReason: |
| (id) | - initWithReadOnlyData: |
Querying Exception Properties | |
| (NSString *) | - readOnlyData |
Static Public Member Functions | |
Creating Read Only Exception | |
| (SCReadOnlyException *) | + exception |
| (SCReadOnlyException *) | + exceptionWithReason: |
| (SCReadOnlyException *) | + exceptionWithReadOnlyData: |
Attemp to change the read-only data exception class.
Exception generates when you try to change the read-only data.
Class was introduced in version 1.1.3.
| + (SCReadOnlyException *) exception |
Returns an exception created with default description and without additional information.
| + (SCReadOnlyException *) exceptionWithReadOnlyData: | (NSString *) | data |
Returns an exception created by using the specified read only data.
| data | - read only data |
| + (SCReadOnlyException *) exceptionWithReason: | (NSString *) | reason |
Returns an exception created by using the specified description.
| reason | - exception description |
| - (id) init |
Initializes the exception with default description and without additional information.
| - (id) initWithReadOnlyData: | (NSString *) | data |
Initializes the exception with the specified read only data.
| data | - read only data |
| - (id) initWithReason: | (NSString *) | reason |
Initializes the exception with the specified description.
| reason | - exception description |
| - (NSString *) readOnlyData |
Returns the read only data.
1.7.3