22OF_ASSUME_NONNULL_BEGIN
47@property (readonly, nonatomic)
int errNo;
56+ (instancetype)exceptionWithIRI: (
OFIRI *)IRI errNo: (
int)errNo;
68- (instancetype)initWithIRI: (
OFIRI *)IRI
69 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
71- (instancetype)
init OF_UNAVAILABLE;
The base class for all exceptions in ObjFW.
Definition OFException.h:157
instancetype exception()
Creates a new, autoreleased exception.
Definition OFException.m:283
An exception indicating an item's attributes could not be retrieved.
Definition OFGetItemAttributesFailedException.h:33
OFIRI * IRI
The IRI of the item whose attributes could not be retrieved.
Definition OFGetItemAttributesFailedException.h:42
int errNo
The errno of the error that occurred.
Definition OFGetItemAttributesFailedException.h:47
A class for representing IRIs, URIs, URLs and URNs, for parsing them as well as accessing parts of th...
Definition OFIRI.h:41
instancetype init()
Initializes an already allocated object.
Definition OFObject.m:696