22OF_ASSUME_NONNULL_BEGIN
43@property (readonly, nonatomic)
OFIRI *IRI;
48@property (readonly, nonatomic)
int errNo;
57+ (instancetype)exceptionWithIRI: (
OFIRI *)IRI errNo: (
int)errNo;
59+ (instancetype)exception OF_UNAVAILABLE;
69- (instancetype)initWithIRI: (
OFIRI *)IRI
70 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
72- (instancetype)init OF_UNAVAILABLE;
The base class for all exceptions in ObjFW.
Definition OFException.h:157
An exception indicating an item's attributes could not be retrieved.
Definition OFGetItemAttributesFailedException.h:34
A class for representing IRIs, URIs, URLs and URNs, for parsing them as well as accessing parts of th...
Definition OFIRI.h:41