22OF_ASSUME_NONNULL_BEGIN
47@property (readonly, nonatomic)
int errNo;
56+ (instancetype)exceptionWithIRI: (
OFIRI *)IRI errNo: (
int)errNo;
67- (instancetype)initWithIRI: (
OFIRI *)IRI
68 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
70- (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
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
An exception indicating that removing an item failed.
Definition OFRemoveItemFailedException.h:33
int errNo
The errno of the error that occurred.
Definition OFRemoveItemFailedException.h:47
OFIRI * IRI
The IRI of the item which could not be removed.
Definition OFRemoveItemFailedException.h:42