|
Samond Classes Library 1.1.6-RELEASE build 132
|
Strings list, text and text files exception class. More...
#import <SCTextException.h>
Strings list, text and text files exception class.
Exception generates when list, text or text file error detected.
Class was introduced in version 1.1.4.
Class declares the following properties:
| - (SCULong) capacity |
Returns the text capacity.
| - (NSString *) duplicated |
Returns the duplicated string.
| + (SCTextException *) duplicatedException |
Returns the duplicate string exception.
| + (SCTextException *) duplicatedExceptionWithReason: | (NSString *) | reason |
Returns the duplicate string exception created by using the specified error description.
| reason | - error description |
| + (SCTextException *) duplicatedExceptionWithText: | (NSString *) | text |
Returns the duplicate string exception created by using the specified text name.
| text | - text name |
| + (SCTextException *) duplicatedExceptionWithText: | (NSString *) | text | |
| reason: | (NSString *) | reason | |
Returns the duplicate string exception created by using the specified text name and error description.
| text | - text name |
| reason | - error description |
| + (SCTextException *) emptyPathException |
Returns an empty path exception created by using the default error description.
| + (SCTextException *) emptyPathExceptionWithReason: | (NSString *) | reason |
Returns an empty path exception created by using the specified error description.
| reason | - error description |
| + (SCTextException *) emptyPathExceptionWithText: | (NSString *) | text |
Returns an empty path exception created by using the specified text file name and default error description.
| text | - text file name |
| + (SCTextException *) emptyPathExceptionWithText: | (NSString *) | text | |
| reason: | (NSString *) | reason | |
Returns an empty path exception created by using the specified text file name and error description.
| text | - text file name |
| reason | - error description |
| + (SCTextException *) exception |
Returns the generic text exception created by using the default error description.
| + (SCTextException *) exceptionWithCapacity: | (SCULong) | capacity |
Returns the overflow exception created by using the specified text capacity.
| capacity | - text capacity |
| + (SCTextException *) exceptionWithCapacity: | (SCULong) | capacity | |
| reason: | (NSString *) | reason | |
Returns the overflow exception created by using the specified text capacity and error description.
| capacity | - text capacity |
| reason | - error description |
| + (SCTextException *) exceptionWithCapacityText: | (NSString *) | text |
Returns the overflow exception created by using the specified text name.
| text | - text name |
| + (SCTextException *) exceptionWithCapacityText: | (NSString *) | text | |
| reason: | (NSString *) | reason | |
Returns the overflow exception created by using the specified text name and error description.
| text | - text name |
| reason | - error description |
| + (SCTextException *) exceptionWithClosedStream: | (SCStream *) | stream |
Returns a closed stream exception created by using the specified closed stream and default error description.
| stream | - closed stream |
| + (SCTextException *) exceptionWithClosedStream: | (SCStream *) | stream | |
| reason: | (NSString *) | reason | |
Returns a closed stream exception created by using the specified closed stream and error description.
| stream | - closed stream |
| reason | - error description |
| + (SCTextException *) exceptionWithEmpty |
Returns the empty text exception created by using the default error description.
| + (SCTextException *) exceptionWithEmptyReason: | (NSString *) | reason |
Returns the empty text exception created by using the specified error description.
| reason | - error description |
| + (SCTextException *) exceptionWithEmptyString |
Returns the empty string exception created by using the default error description.
| + (SCTextException *) exceptionWithEmptyStringInText: | (NSString *) | text |
Returns the empty string exception created by using the specified text name.
| text | - text name |
| + (SCTextException *) exceptionWithEmptyStringInText: | (NSString *) | text | |
| reason: | (NSString *) | reason | |
Returns the empty string exception created by using the specified text name and error description.
| text | - text name |
| reason | - error description |
| + (SCTextException *) exceptionWithEmptyStringReason: | (NSString *) | reason |
Returns the empty string exception created by using the specified error description.
| reason | - error description |
| + (SCTextException *) exceptionWithEmptyText: | (NSString *) | text |
Returns the empty text exception created by using the specified text name.
| text | - text name |
| + (SCTextException *) exceptionWithEmptyText: | (NSString *) | text | |
| reason: | (NSString *) | reason | |
Returns the empty text exception created by using the specified text name and error description.
| text | - text name |
| reason | - error description |
| + (SCTextException *) exceptionWithIncorrectAlgorithm |
Returns the incorrect sorting algorithm exception created by using the default error description.
| + (SCTextException *) exceptionWithIncorrectAlgorithmForText: | (NSString *) | text |
Returns the incorrect sorting algorithm exception created by using the specified text name.
| text | - text name |
| + (SCTextException *) exceptionWithIncorrectAlgorithmForText: | (NSString *) | text | |
| reason: | (NSString *) | reason | |
Returns the incorrect sorting algorithm exception created by using the specified text name and error description.
| text | - text name |
| reason | - error description |
| + (SCTextException *) exceptionWithIncorrectAlgorithmReason: | (NSString *) | reason |
Returns the incorrect sorting algorithm exception created by using the specified error description.
| reason | - error description |
| + (SCTextException *) exceptionWithIndex: | (SCIndex) | index |
Returns the incorrect index exception created by using the specified incorrect index.
| index | - incorrect index |
| + (SCTextException *) exceptionWithIndex: | (SCIndex) | index | |
| duplicated: | (NSString *) | duplicated | |
Returns the duplicated string exception created by using the specified index and duplicated string.
| index | - existing string index |
| duplicated | - duplicated string |
| + (SCTextException *) exceptionWithIndex: | (SCIndex) | index | |
| duplicated: | (NSString *) | duplicated | |
| reason: | (NSString *) | reason | |
Returns the duplicated string exception created by using the specified index, duplicated string and error description.
| index | - existing string index |
| duplicated | - duplicated string |
| reason | - error description |
| + (SCTextException *) exceptionWithIndex: | (SCIndex) | index | |
| reason: | (NSString *) | reason | |
Returns the incorrect index exception created by using the specified incorrect index and error description.
| index | - incorrect index |
| reason | - error description |
| + (SCTextException *) exceptionWithIndexSet: | (NSIndexSet *) | indexes |
Returns the incorrect index set exception created by using the specified index set.
| indexes | - index set |
| + (SCTextException *) exceptionWithIndexSet: | (NSIndexSet *) | indexes | |
| reason: | (NSString *) | reason | |
Returns the incorrect index set exception created by using the specified index set and error description.
| indexes | - index set |
| reason | - error description |
| + (SCTextException *) exceptionWithIndexSetCount: | (SCULong) | icount | |
| stringsCount: | (SCULong) | scount | |
Returns the incorrect index set count exception created by using the specified index set count and strings count.
| icount | - index set count |
| scount | - strings count |
| + (SCTextException *) exceptionWithIndexSetCount: | (SCULong) | icount | |
| stringsCount: | (SCULong) | scount | |
| reason: | (NSString *) | reason | |
Returns the incorrect index set count exception created by using the specified index set count, strings count and error description.
| icount | - index set count |
| scount | - strings count |
| reason | - error description |
| + (SCTextException *) exceptionWithInputStream: | (SCStream *) | stream |
Returns an incorrect input stream exception created by using the specified incorrect input stream and default error description.
| stream | - incorrect input stream |
| + (SCTextException *) exceptionWithInputStream: | (SCStream *) | stream | |
| reason: | (NSString *) | reason | |
Returns an incorrect input stream exception created by using the specified incorrect input stream and error description.
| stream | - incorrect input stream |
| reason | - error description |
| + (SCTextException *) exceptionWithNilAlgorithm |
Returns the nil sorting algorithm exception created by using the default error description.
| + (SCTextException *) exceptionWithNilAlgorithmForText: | (NSString *) | text |
Returns the nil sorting algorithm exception created by using the specified text name.
| text | - text name |
| + (SCTextException *) exceptionWithNilAlgorithmForText: | (NSString *) | text | |
| reason: | (NSString *) | reason | |
Returns the nil sorting algorithm exception created by using the specified text name end error description.
| text | - text name |
| reason | - error description |
| + (SCTextException *) exceptionWithNilAlgorithmReason: | (NSString *) | reason |
Returns the nil sorting algorithm exception created by using the specified error description.
| reason | - error description |
| + (SCTextException *) exceptionWithNilIndexSet |
Returns the nil index set exception created by using the default error description.
| + (SCTextException *) exceptionWithNilIndexSetReason: | (NSString *) | reason |
Returns the nil index set exception created by using the specified error description.
| reason | - error description |
| + (SCTextException *) exceptionWithNilSource |
Returns the nil source exception created by using the default error description.
| + (SCTextException *) exceptionWithNilSourceReason: | (NSString *) | reason |
Returns the nil source exception created by using the specified error description.
| reason | - error description |
| + (SCTextException *) exceptionWithOutputStream: | (SCStream *) | stream |
Returns an incorrect output stream exception created by using the specified incorrect output stream and default error description.
| stream | - incorrect output stream |
| + (SCTextException *) exceptionWithOutputStream: | (SCStream *) | stream | |
| reason: | (NSString *) | reason | |
Returns an incorrect output stream exception created by using the specified incorrect output stream and error description.
| stream | - incorrect output stream |
| reason | - error description |
| + (SCTextException *) exceptionWithRange: | (NSRange) | range |
Returns the incorrect text range exception created by using the specified text range and default error description.
| range | - incorrect text range |
| + (SCTextException *) exceptionWithRange: | (NSRange) | range | |
| intersectedRange: | (NSRange) | intersected | |
Returns the intersected text ranges exceptption created by using the specified intersected ranges and default error description.
| range | - first intersected range |
| intersected | - second intersected range |
| + (SCTextException *) exceptionWithRange: | (NSRange) | range | |
| intersectedRange: | (NSRange) | intersected | |
| reason: | (NSString *) | reason | |
Returns the intersected text ranges exceptption created by using the specified intersected ranges and error description.
| range | - first intersected range |
| intersected | - second intersected range |
| reason | - error description |
| + (SCTextException *) exceptionWithRange: | (NSRange) | range | |
| reason: | (NSString *) | reason | |
Returns the incorrect text range exception created by using the specified text range and error description.
| range | - incorrect text range |
| reason | - error description |
| + (SCTextException *) exceptionWithReadOnly |
Returns the text read only exception created by using the default error description.
| + (SCTextException *) exceptionWithReadOnlyReason: | (NSString *) | reason |
Returns the text read only exception created by using the specified error description.
| reason | - error description |
| + (SCTextException *) exceptionWithReadOnlyText: | (NSString *) | text |
Returns the text read only exception created by using the specified text name.
| text | - text name |
| + (SCTextException *) exceptionWithReadOnlyText: | (NSString *) | text | |
| reason: | (NSString *) | reason | |
Returns the text read only exception created by using the specified text name and error description.
| text | - text name |
| reason | - error description |
| + (SCTextException *) exceptionWithReason: | (NSString *) | reason |
Returns the generic text exception created by using the specified error description.
| reason | - error description |
| + (SCTextException *) exceptionWithText: | (NSString *) | text |
Returns the generic text exception created by using the specified text object name.
| text | - text object name |
| + (SCTextException *) exceptionWithText: | (NSString *) | text | |
| capacity: | (SCULong) | capacity | |
Returns the overflow exception created by using the specified text name and capacity.
| text | - text name |
| capacity | - text capacity |
| + (SCTextException *) exceptionWithText: | (NSString *) | text | |
| capacity: | (SCULong) | capacity | |
| reason: | (NSString *) | reason | |
Returns the overflow exception created by using the specified text name, text capacity and error description.
| text | - text name |
| capacity | - text capacity |
| reason | - error description |
| + (SCTextException *) exceptionWithText: | (NSString *) | text | |
| closedStream: | (SCStream *) | stream | |
Returns a closed stream exception created by using the specified text file name, closed stream and default error description.
| text | - text file name |
| stream | - closed stream |
| + (SCTextException *) exceptionWithText: | (NSString *) | text | |
| closedStream: | (SCStream *) | stream | |
| reason: | (NSString *) | reason | |
Returns a closed stream exception created by using the specified text file name, closed stream and error description.
| text | - text file name |
| stream | - closed stream |
| reason | - error description |
| + (SCTextException *) exceptionWithText: | (NSString *) | text | |
| index: | (SCIndex) | index | |
Returns the incorrect index exception created by using the specified text name and incorrect index.
| text | - text name |
| index | - incorrect index |
| + (SCTextException *) exceptionWithText: | (NSString *) | text | |
| index: | (SCIndex) | index | |
| duplicated: | (NSString *) | duplicated | |
Returns the duplicated string exception created by using the specified text name, index and duplicated string.
| text | - text name |
| index | - existing string index |
| duplicated | - duplicated string |
| + (SCTextException *) exceptionWithText: | (NSString *) | text | |
| index: | (SCIndex) | index | |
| duplicated: | (NSString *) | duplicated | |
| reason: | (NSString *) | reason | |
Returns the duplicate string exception created by using the specified text name, index, duplicated string and error description.
| text | - text name |
| index | - existing string index |
| duplicated | - duplicated string |
| reason | - error description |
| + (SCTextException *) exceptionWithText: | (NSString *) | text | |
| index: | (SCIndex) | index | |
| reason: | (NSString *) | reason | |
Returns the incorrect index exception created by using the specified text name, incorrect index and error description.
| text | - text name |
| index | - incorrect index |
| reason | - error description |
| + (SCTextException *) exceptionWithText: | (NSString *) | text | |
| indexSet: | (NSIndexSet *) | indexes | |
Returns the incorrect index set exception created by using the specified text name and index set.
| text | - text name |
| indexes | - index set |
| + (SCTextException *) exceptionWithText: | (NSString *) | text | |
| indexSet: | (NSIndexSet *) | indexes | |
| reason: | (NSString *) | reason | |
Returns the incorrect index set exception created by using the specified text name, index set and error description.
| text | - text name |
| indexes | - index set |
| reason | - error description |
| + (SCTextException *) exceptionWithText: | (NSString *) | text | |
| inputStream: | (SCStream *) | stream | |
Returns an incorrect input stream exception created by using the specified text file name, incorrect input stream and default error description.
| text | - text file name |
| stream | - incorrect input stream |
| + (SCTextException *) exceptionWithText: | (NSString *) | text | |
| inputStream: | (SCStream *) | stream | |
| reason: | (NSString *) | reason | |
Returns an incorrect input stream exception created by using the specified text file name, incorrect input stream and error description.
| text | - text file name |
| stream | - incorrect input stream |
| reason | - error description |
| + (SCTextException *) exceptionWithText: | (NSString *) | text | |
| outputStream: | (SCStream *) | stream | |
Returns an incorrect output stream exception created by using the specified text file name, incorrect output stream and default error description.
| text | - text file name |
| stream | - incorrect output stream |
| + (SCTextException *) exceptionWithText: | (NSString *) | text | |
| outputStream: | (SCStream *) | stream | |
| reason: | (NSString *) | reason | |
Returns an incorrect output stream exception created by using the specified text file name, incorrect output stream and error description.
| text | - text file name |
| stream | - incorrect output stream |
| reason | - error description |
| + (SCTextException *) exceptionWithText: | (NSString *) | text | |
| range: | (NSRange) | range | |
Returns the incorrect text range exception created by using the specified text name, range and default error description.
| text | - text name |
| range | - incorrect text range |
| + (SCTextException *) exceptionWithText: | (NSString *) | text | |
| range: | (NSRange) | range | |
| intersectedRange: | (NSRange) | intersected | |
Returns the intersected text ranges exceptption created by using the specified text name, intersected ranges and default error description.
| text | - text name |
| range | - first intersected range |
| intersected | - second intersected range |
| + (SCTextException *) exceptionWithText: | (NSString *) | text | |
| range: | (NSRange) | range | |
| intersectedRange: | (NSRange) | intersected | |
| reason: | (NSString *) | reason | |
Returns the intersected text ranges exceptption created by using the specified text name, intersected ranges and error description.
| text | - text name |
| range | - first intersected range |
| intersected | - second intersected range |
| reason | - error description |
| + (SCTextException *) exceptionWithText: | (NSString *) | text | |
| range: | (NSRange) | range | |
| reason: | (NSString *) | reason | |
Returns the incorrect text range exception created by using the specified text name, range and error description.
| text | - text name |
| range | - incorrect text range |
| reason | - error description |
| + (SCTextException *) exceptionWithText: | (NSString *) | text | |
| reason: | (NSString *) | reason | |
Returns the generic text exception created by using the specified text object name and error description.
| text | - text object name |
| reason | - error description |
| + (SCTextException *) exceptionWithText: | (NSString *) | text | |
| textIndex: | (SCTextIndex *) | index | |
Returns the incorrect text index exception created by using the specified text name, index and default error description.
| text | - text name |
| index | - incorrect text index |
| + (SCTextException *) exceptionWithText: | (NSString *) | text | |
| textIndex: | (SCTextIndex *) | index | |
| reason: | (NSString *) | reason | |
Returns the incorrect text index exception created by using the specified text name, index and error description.
| text | - text name |
| index | - incorrect text index |
| reason | - error description |
| + (SCTextException *) exceptionWithText: | (NSString *) | text | |
| type: | (SCTextError) | type | |
Returns the generic text exception created by using the specified text object name and exception type.
| text | - text object name |
| type | - exception type |
| + (SCTextException *) exceptionWithText: | (NSString *) | text | |
| type: | (SCTextError) | type | |
| reason: | (NSString *) | reason | |
Returns the generic text exception created by using the specified text object name, exception type and error description.
| text | - text object name |
| type | - exception type |
| reason | - error description |
| + (SCTextException *) exceptionWithTextCapacity |
Returns the overflow exception created by using the default error description.
| + (SCTextException *) exceptionWithTextCapacityReason: | (NSString *) | reason |
Returns the overflow exception created by using the specified error description.
| reason | - error description |
| + (SCTextException *) exceptionWithTextIndex: | (SCTextIndex *) | index |
Returns the incorrect text index exception created by using the specified text index and default error description.
| index | - incorrect text index |
| + (SCTextException *) exceptionWithTextIndex: | (SCTextIndex *) | index | |
| reason: | (NSString *) | reason | |
Returns the incorrect text index exception created by using the specified text index and error description.
| index | - incorrect text index |
| reason | - error description |
| + (SCTextException *) exceptionWithType: | (SCTextError) | type |
Returns the generic text exception created by using the specified exception type.
| type | - exception type |
| + (SCTextException *) exceptionWithType: | (SCTextError) | type | |
| reason: | (NSString *) | reason | |
Returns the generic text exception created by using the specified exception type and error description.
| type | - exception type |
| reason | - error description |
| + (SCTextException *) exceptionWithUnexpected: | (NSString *) | unexpected |
Returns the unexpected class exception created by using the specified unexpected class name.
| unexpected | - unexpected class name |
| + (SCTextException *) exceptionWithUnexpected: | (NSString *) | unexpected | |
| reason: | (NSString *) | reason | |
Returns the unexpected class exception created by using the specified unexpected class name and error description.
| unexpected | - unexpected class name |
| reason | - error description |
| + (SCTextException *) exceptionWithUnsupportedType: | (NSString *) | type |
Returns the unsupported collection type exception created by using the specified unsupported type name.
| type | - unsupported type name |
| + (SCTextException *) exceptionWithUnsupportedType: | (NSString *) | type | |
| reason: | (NSString *) | reason | |
Returns the unsupported collection type exception created by using the specified unsupported type name and error description.
| type | - unsupported type name |
| reason | - error description |
| - (SCIndex) index |
Returns the incorrect index.
| - (NSIndexSet *) indexSet |
Returns the incorrect index set.
| - (SCULong) indexSetCount |
Returns the index set count.
| - (id) init |
Initializes the generic text exception using the default error description.
| - (id) initDuplicated |
Initializes the duplicated string exception.
| - (id) initDuplicatedWithReason: | (NSString *) | reason |
Initializes the duplicated string exception using the specified error description.
| reason | - error description |
| - (id) initDuplicatedWithText: | (NSString *) | text |
Initializes the duplicated string exception using the specified text name.
| text | - text name |
| - (id) initDuplicatedWithText: | (NSString *) | text | |
| reason: | (NSString *) | reason | |
Initializes the duplicated string exception using the specified text name and error description.
| text | - text name |
| reason | - error description |
| - (id) initEmptyPath |
Initializes the empty path exception using the default error desription.
| - (id) initEmptyPathWithReason: | (NSString *) | reason |
Initializes the empty path exception using the specified error desription.
| reason | - error desription |
| - (id) initEmptyPathWithText: | (NSString *) | text |
Initializes the empty path exception using the specified text file name and default error desription.
| text | - text file name |
| - (id) initEmptyPathWithText: | (NSString *) | text | |
| reason: | (NSString *) | reason | |
Initializes the empty path exception using the specified text file name and error desription.
| text | - text file name |
| reason | - error desription |
| - (id) initNilStream |
Initializes the nil stream exception using the default error description.
| - (id) initNilStreamWithReason: | (NSString *) | reason |
Initializes the nil stream exception using the specified error description.
| reason | - error desription |
| - (id) initNilStreamWithText: | (NSString *) | text |
Initializes the nil stream exception using the specified text file name and default error description.
| text | - text file name |
| - (id) initNilStreamWithText: | (NSString *) | text | |
| reason: | (NSString *) | reason | |
Initializes the nil stream exception using the specified text file name and error description.
| text | - text file name |
| reason | - error desription |
| - (id) initReadError |
Initializes the read error exception using the default error description.
| - (id) initReadErrorWithReason: | (NSString *) | reason |
Initializes the read error exception using the specified error description.
| reason | - error description |
| - (id) initReadErrorWithText: | (NSString *) | text |
Initializes the read error exception using the specified text file name and default error description.
| text | - text file name |
| - (id) initReadErrorWithText: | (NSString *) | text | |
| reason: | (NSString *) | reason | |
Initializes the read error exception using the specified text file name and error description.
| text | - text file name |
| reason | - error description |
| - (id) initWithCapacity: | (SCULong) | capacity |
Initializes the overflow exception using the specified text capacity.
| capacity | - text capacity |
| - (id) initWithCapacity: | (SCULong) | capacity | |
| reason: | (NSString *) | reason | |
Initializes the overflow exception using the specified text capacity and error description.
| capacity | - text capacity |
| reason | - error description |
| - (id) initWithCapacityText: | (NSString *) | text |
Initializes the overflow exception using the specified text name.
| text | - text name |
| - (id) initWithCapacityText: | (NSString *) | text | |
| reason: | (NSString *) | reason | |
Initializes the overflow exception using the specified text name and error description.
| text | - text name |
| reason | - error description |
| - (id) initWithClosedStream: | (SCStream *) | stream |
Initializes the closed stream exception using the specified closed stream and default error description.
| stream | - closed stream |
| - (id) initWithClosedStream: | (SCStream *) | stream | |
| reason: | (NSString *) | reason | |
Initializes the closed stream exception using the specified closed stream and error description.
| stream | - closed stream |
| reason | - error description |
| - (id) initWithEmpty |
Initializes the empty text exception using the default error description.
| - (id) initWithEmptyReason: | (NSString *) | reason |
Initializes the empty text exception using the specified error description.
| reason | - error description |
| - (id) initWithEmptyString |
Initializes the empty string exception using the default error description.
| - (id) initWithEmptyStringInText: | (NSString *) | text |
Initializes the empty string exception using the specified text name.
| text | - text name |
| - (id) initWithEmptyStringInText: | (NSString *) | text | |
| reason: | (NSString *) | reason | |
Initializes the empty string exception using the specified text name and error description.
| text | - text name |
| reason | - error description |
| - (id) initWithEmptyStringReason: | (NSString *) | reason |
Initializes the empty string exception using the specified error description.
| reason | - error description |
| - (id) initWithEmptyText: | (NSString *) | text |
Initializes the empty text exception using the specified text name.
| text | - text name |
| - (id) initWithEmptyText: | (NSString *) | text | |
| reason: | (NSString *) | reason | |
Initializes the empty text exception using the specified text name and error description.
| text | - text name |
| reason | - error description |
| - (id) initWithIncorrectAlgorithm |
Initializes the incorrect sorting algorithm exception using the default error description.
| - (id) initWithIncorrectAlgorithmForText: | (NSString *) | text |
Initializes the incorrect sorting algorithm exception using the specified text name.
| text | - tet name |
| - (id) initWithIncorrectAlgorithmForText: | (NSString *) | text | |
| reason: | (NSString *) | reason | |
Initializes the incorrect sorting algorithm exception using the specified text name and error description.
| text | - tet name |
| reason | - error description |
| - (id) initWithIncorrectAlgorithmReason: | (NSString *) | reason |
Initializes the incorrect sorting algorithm exception using the specified error description.
| reason | - error description |
| - (id) initWithIndex: | (SCIndex) | index |
Initializes the incorrect index exception using the specified incorrect index.
| index | - incorrect index |
| - (id) initWithIndex: | (SCIndex) | index | |
| duplicated: | (NSString *) | duplicated | |
Initializes the duplicated string exception using the specified index and duplicated string.
| index | - existing string index |
| duplicated | - duplicated string |
| - (id) initWithIndex: | (SCIndex) | index | |
| duplicated: | (NSString *) | duplicated | |
| reason: | (NSString *) | reason | |
Initializes the duplicated string exception using the specified index, duplicated string and error description.
| index | - existing string index |
| duplicated | - duplicated string |
| reason | - error description |
| - (id) initWithIndex: | (SCIndex) | index | |
| reason: | (NSString *) | reason | |
Initializes the incorrect index exception using the specified incorrect index and error description.
| index | - incorrect index |
| reason | - error description |
| - (id) initWithIndexSet: | (NSIndexSet *) | indexes |
Initializes the incorrect index set exception using the specified index set.
| indexes | - index set |
| - (id) initWithIndexSet: | (NSIndexSet *) | indexes | |
| reason: | (NSString *) | reason | |
Initializes the incorrect index set exception using the specified index set and error description.
| indexes | - index set |
| reason | - error description |
Initializes the incorrect index set count exception using the specified index set count and strings count.
| icount | - index set count |
| scount | - strings count |
| - (id) initWithIndexSetCount: | (SCULong) | icount | |
| stringsCount: | (SCULong) | scount | |
| reason: | (NSString *) | reason | |
Initializes the incorrect index set count exception using the specified index set count, strings count and error description.
| icount | - index set count |
| scount | - strings count |
| reason | - error description |
| - (id) initWithInputStream: | (SCStream *) | stream |
Initializes the incorrect input stream exception using the specified incorrect input stream and default error description.
| stream | - incorrect input stream |
| - (id) initWithInputStream: | (SCStream *) | stream | |
| reason: | (NSString *) | reason | |
Initializes the incorrect input stream exception using the specified incorrect input stream and error description.
| stream | - incorrect input stream |
| reason | - error description |
| - (id) initWithNilAlgorithm |
Initializes the nil sorting algorithm exception using the default error description.
| - (id) initWithNilAlgorithmForText: | (NSString *) | text |
Initializes the nil sorting algorithm exception using the specified text name.
| text | - text name |
| - (id) initWithNilAlgorithmForText: | (NSString *) | text | |
| reason: | (NSString *) | reason | |
Initializes the nil sorting algorithm exception using the specified text name end error description.
| text | - text name |
| reason | - error description |
| - (id) initWithNilAlgorithmReason: | (NSString *) | reason |
Initializes the nil sorting algorithm exception using the specified error description.
| reason | - error description |
| - (id) initWithNilIndexSet |
Initializes the nil index set exception using the default error description.
| - (id) initWithNilIndexSetReason: | (NSString *) | reason |
Initializes the nil index set exception using the specified error description.
| reason | - error description |
| - (id) initWithNilSource |
Initializes the nil source exception using the default error description.
| - (id) initWithNilSourceReason: | (NSString *) | reason |
Initializes the nil source exception using the specified error description.
| reason | - error description |
| - (id) initWithOutputStream: | (SCStream *) | stream |
Initializes the incorrect output stream exception using the specified incorrect output stream and default error description.
| stream | - incorrect output stream |
| - (id) initWithOutputStream: | (SCStream *) | stream | |
| reason: | (NSString *) | reason | |
Initializes the incorrect output stream exception using the specified incorrect output stream and error description.
| stream | - incorrect output stream |
| reason | - error description |
| - (id) initWithRange: | (NSRange) | range |
Initializes the incorrect text range exception using the specified text range and default error description.
| range | - incorrect text range |
| - (id) initWithRange: | (NSRange) | range | |
| intersectedRange: | (NSRange) | intersected | |
Initializes the intersected text ranges exception using the specified intersected ranges and default error description.
| range | - first intersected range |
| intersected | - second intersected range |
| - (id) initWithRange: | (NSRange) | range | |
| intersectedRange: | (NSRange) | intersected | |
| reason: | (NSString *) | reason | |
Initializes the intersected text ranges exception using the specified intersected ranges and error description.
| range | - first intersected range |
| intersected | - second intersected range |
| reason | - error description |
| - (id) initWithRange: | (NSRange) | range | |
| reason: | (NSString *) | reason | |
Initializes the incorrect text range exception using the specified text range and error description.
| range | - incorrect text range |
| reason | - error description |
| - (id) initWithReadOnly |
Initializes the text read only exception using the default error description.
| - (id) initWithReadOnlyReason: | (NSString *) | reason |
Initializes the text read only exception using the specified error description.
| reason | - error description |
| - (id) initWithReadOnlyText: | (NSString *) | text |
Initializes the text read only exception using the specified text name.
| text | - text name |
| - (id) initWithReadOnlyText: | (NSString *) | text | |
| reason: | (NSString *) | reason | |
Initializes the text read only exception using the specified text name and error description.
| text | - text name |
| reason | - error description |
| - (id) initWithReason: | (NSString *) | reason |
Initializes the generic text exception using the specified error description.
| reason | - error description |
| - (id) initWithText: | (NSString *) | text |
Initializes the generic text exception using the specified text object name.
| text | - text object name |
| - (id) initWithText: | (NSString *) | text | |
| capacity: | (SCULong) | capacity | |
Initializes the overflow exception using the specified text name and capacity.
| text | - text name |
| capacity | - text capacity |
| - (id) initWithText: | (NSString *) | text | |
| capacity: | (SCULong) | capacity | |
| reason: | (NSString *) | reason | |
Initializes the overflow exception using the specified text name, text capacity and error description.
| text | - text name |
| capacity | - text capacity |
| reason | - error description |
| - (id) initWithText: | (NSString *) | text | |
| closedStream: | (SCStream *) | stream | |
Initializes the closed stream exception using the specified text file name, closed stream and default error description.
| text | - text file name |
| stream | - closed stream |
| - (id) initWithText: | (NSString *) | text | |
| closedStream: | (SCStream *) | stream | |
| reason: | (NSString *) | reason | |
Initializes the closed stream exception using the specified text file name, closed stream and error description.
| text | - text file name |
| stream | - closed stream |
| reason | - error description |
| - (id) initWithText: | (NSString *) | text | |
| index: | (SCIndex) | index | |
Initializes the incorrect index exception using the specified text name and incorrect index.
| text | - text name |
| index | - incorrect index |
| - (id) initWithText: | (NSString *) | text | |
| index: | (SCIndex) | index | |
| duplicated: | (NSString *) | duplicated | |
Initializes the duplicated string exception using the specified text name, index and duplicated string.
| text | - text name |
| index | - existing string index |
| duplicated | - duplicated string |
| - (id) initWithText: | (NSString *) | text | |
| index: | (SCIndex) | index | |
| duplicated: | (NSString *) | duplicated | |
| reason: | (NSString *) | reason | |
Initializes the duplicated string exception using the specified text name, index, duplicated string and error description.
| text | - text name |
| index | - existing string index |
| duplicated | - duplicated string |
| reason | - error description |
| - (id) initWithText: | (NSString *) | text | |
| index: | (SCIndex) | index | |
| reason: | (NSString *) | reason | |
Initializes the incorrect index exception using the specified text name, incorrect index and error description.
| text | - text name |
| index | - incorrect index |
| reason | - error description |
| - (id) initWithText: | (NSString *) | text | |
| indexSet: | (NSIndexSet *) | indexes | |
Initializes the incorrect index set exception using the specified text name and index set.
| text | - text name |
| indexes | - index set |
| - (id) initWithText: | (NSString *) | text | |
| indexSet: | (NSIndexSet *) | indexes | |
| reason: | (NSString *) | reason | |
Initializes the incorrect index set exception using the specified text name, index set and error description.
| text | - text name |
| indexes | - index set |
| reason | - error description |
| - (id) initWithText: | (NSString *) | text | |
| inputStream: | (SCStream *) | stream | |
Initializes the incorrect input stream exception using the specified text file name, incorrect input stream and default error description.
| text | - text file name |
| stream | - incorrect input stream |
| - (id) initWithText: | (NSString *) | text | |
| inputStream: | (SCStream *) | stream | |
| reason: | (NSString *) | reason | |
Initializes the incorrect input stream exception using the specified text file name, incorrect input stream and error description.
| text | - text file name |
| stream | - incorrect input stream |
| reason | - error description |
| - (id) initWithText: | (NSString *) | text | |
| outputStream: | (SCStream *) | stream | |
Initializes the incorrect output stream exception using the specified text file name, incorrect output stream and default error description.
| text | - text file name |
| stream | - incorrect output stream |
| - (id) initWithText: | (NSString *) | text | |
| outputStream: | (SCStream *) | stream | |
| reason: | (NSString *) | reason | |
Initializes the incorrect output stream exception using the specified text file name, incorrect output stream and error description.
| text | - text file name |
| stream | - incorrect output stream |
| reason | - error description |
| - (id) initWithText: | (NSString *) | text | |
| range: | (NSRange) | range | |
Initializes the incorrect text range exception using the specified text name, range and default error description.
| text | - text name |
| range | - incorrect text range |
| - (id) initWithText: | (NSString *) | text | |
| range: | (NSRange) | range | |
| intersectedRange: | (NSRange) | intersected | |
Initializes the intersected text ranges exception using the specified text name, intersected ranges and default error description.
| text | - text name |
| range | - first intersected range |
| intersected | - second intersected range |
| - (id) initWithText: | (NSString *) | text | |
| range: | (NSRange) | range | |
| intersectedRange: | (NSRange) | intersected | |
| reason: | (NSString *) | reason | |
Initializes the intersected text ranges exception using the specified text name, intersected ranges and error description.
| text | - text name |
| range | - first intersected range |
| intersected | - second intersected range |
| reason | - error description |
| - (id) initWithText: | (NSString *) | text | |
| range: | (NSRange) | range | |
| reason: | (NSString *) | reason | |
Initializes the incorrect text range exception using the specified text name, range and error description.
| text | - text name |
| range | - incorrect text range |
| reason | - error description |
| - (id) initWithText: | (NSString *) | text | |
| reason: | (NSString *) | reason | |
Initializes the generic text exception using the specified text object name and error description.
| text | - text object name |
| reason | - error description |
| - (id) initWithText: | (NSString *) | text | |
| textIndex: | (SCTextIndex *) | index | |
Initializes the incorrect text index exception using the specified text name, index and default error description.
| text | - text name |
| index | - incorrect text index |
| - (id) initWithText: | (NSString *) | text | |
| textIndex: | (SCTextIndex *) | index | |
| reason: | (NSString *) | reason | |
Initializes the incorrect text index exception using the specified text name, index and error description.
| text | - text name |
| index | - incorrect text index |
| reason | - error description |
| - (id) initWithText: | (NSString *) | text | |
| type: | (SCTextError) | type | |
Initializes the generic text exception using the specified text object name and exception type.
| text | - text object name |
| type | - exception type |
| - (id) initWithText: | (NSString *) | text | |
| type: | (SCTextError) | type | |
| reason: | (NSString *) | reason | |
Initializes the generic text exception using the specified text object name, exception type and error description.
| text | - text object name |
| type | - exception type |
| reason | - error description |
| - (id) initWithTextCapacity |
Initializes the overflow exception using the default error description.
| - (id) initWithTextCapacityReason: | (NSString *) | reason |
Initializes the overflow exception using the specified error description.
| reason | - error description |
| - (id) initWithTextIndex: | (SCTextIndex *) | index |
Initializes the incorrect text index exception using the specified text index and default error description.
| index | - incorrect text index |
| - (id) initWithTextIndex: | (SCTextIndex *) | index | |
| reason: | (NSString *) | reason | |
Initializes the incorrect text index exception using the specified text index and error description.
| index | - incorrect text index |
| reason | - error description |
| - (id) initWithType: | (SCTextError) | type |
Initializes the generic text exception using the specified exception type.
| type | - exception type |
| - (id) initWithType: | (SCTextError) | type | |
| reason: | (NSString *) | reason | |
Initializes the generic text exception using the specified exception type and error description.
| type | - exception type |
| reason | - error description |
| - (id) initWithUnexpected: | (NSString *) | unexpected |
Initializes the unexpected class exception using the specified unexpected class name.
| unexpected | - unexpected class name |
| - (id) initWithUnexpected: | (NSString *) | unexpected | |
| reason: | (NSString *) | reason | |
Initializes the unexpected class exception using the specified unexpected class name and error description.
| unexpected | - unexpected class name |
| reason | - error description |
| - (id) initWithUnsupportedType: | (NSString *) | type |
Initializes the unsupported collection type exception using the specified unsupported type name.
| type | - unsupported type name |
| - (id) initWithUnsupportedType: | (NSString *) | type | |
| reason: | (NSString *) | reason | |
Initializes the unsupported collection type exception using the specified unsupported type name and error description.
| type | - unsupported type name |
| reason | - error description |
| - (id) initWriteError |
Initializes the write error exception using the default error description.
| - (id) initWriteErrorWithReason: | (NSString *) | reason |
Initializes the write error exception using the specified error description.
| reason | - error description |
| - (id) initWriteErrorWithText: | (NSString *) | text |
Initializes the write error exception using the specified text file name and default error description.
| text | - text file name |
| - (id) initWriteErrorWithText: | (NSString *) | text | |
| reason: | (NSString *) | reason | |
Initializes the write error exception using the specified text file name and error description.
| text | - text file name |
| reason | - error description |
| - (NSRange) intersectedRange |
Returns the intersected text range.
| + (SCTextException *) nilStreamException |
Returns a nil stream exception created by using the default error description.
| + (SCTextException *) nilStreamExceptionWithReason: | (NSString *) | reason |
Returns a nil stream exception created by using the specified error description.
| reason | - error description |
| + (SCTextException *) nilStreamExceptionWithText: | (NSString *) | text |
Returns a nil stream exception created by using the specified text file name and default error description.
| text | - text file name |
| + (SCTextException *) nilStreamExceptionWithText: | (NSString *) | text | |
| reason: | (NSString *) | reason | |
Returns a nil stream exception created by using the specified text file name and error description.
| text | - text file name |
| reason | - error description |
| - (NSRange) range |
Returns the incorrect text range.
| + (SCTextException *) readErrorException |
Returns a read error exception created by using the default error description.
| + (SCTextException *) readErrorExceptionWithReason: | (NSString *) | reason |
Returns a read error exception created by using the specified error description.
| reason | - error description |
| + (SCTextException *) readErrorExceptionWithText: | (NSString *) | text |
Returns a read error exception created by using the specified text file name and default error description.
| text | - text file name |
| + (SCTextException *) readErrorExceptionWithText: | (NSString *) | text | |
| reason: | (NSString *) | reason | |
Returns a read error exception created by using the specified text file name and error description.
| text | - text file name |
| reason | - error description |
| - (SCStream *) stream |
Returns the incorrect stream.
| - (SCULong) stringsCount |
Returns the strings count.
| - (SCTextIndex *) textIndex |
Returns the incorrect text index.
| - (NSString *) textName |
Returns the text name.
| - (SCTextError) type |
Returns the text exception type.
| - (NSString *) unexpected |
Returns the unexpected class name.
| - (NSString *) unsupportedType |
Returns the unsupported type.
| + (SCTextException *) writeErrorException |
Returns a write error exception created by using the default error description.
| + (SCTextException *) writeErrorExceptionWithReason: | (NSString *) | reason |
Returns a write error exception created by using the specified error description.
| reason | - error description |
| + (SCTextException *) writeErrorExceptionWithText: | (NSString *) | text |
Returns a write error exception created by using the specified text file name and default error description.
| text | - text file name |
| + (SCTextException *) writeErrorExceptionWithText: | (NSString *) | text | |
| reason: | (NSString *) | reason | |
Returns a write error exception created by using the specified text file name and error description.
| text | - text file name |
| reason | - error description |
1.7.3