22OF_ASSUME_NONNULL_BEGIN
42@property (readonly, nonatomic)
OFIRI *IRI;
47@property (readonly, nonatomic)
int errNo;
56+ (instancetype)exceptionWithIRI: (
OFIRI *)IRI errNo: (
int)errNo;
58+ (instancetype)exception OF_UNAVAILABLE;
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
An exception indicating an item's attributes could not be retrieved.
Definition OFGetItemAttributesFailedException.h:33
A class for representing IRIs, URIs, URLs and URNs, for parsing them as well as accessing parts of th...
Definition OFIRI.h:41