FTDatabaseCreationFailedException
Abstract
Thrown if the creation of a database failed
Methods
- -initWithReason:
- Initializes the exception with the underlying information
about the reason
- -reason
Initializes the exception with the underlying information
about the reason
- initWithReason: (NSString *) aReason;
- method result
- self
- (NSString *) reason;
- method result
- the underlying reason
(Last Updated August 27, 2006)