22OF_ASSUME_NONNULL_BEGIN
33 OFIRI *_sourceIRI, *_destinationIRI;
51@property (readonly, nonatomic)
int errNo;
61+ (instancetype)exceptionWithSourceIRI: (
OFIRI *)sourceIRI
62 destinationIRI: (
OFIRI *)destinationIRI
75- (instancetype)initWithSourceIRI: (
OFIRI*)sourceIRI
76 destinationIRI: (
OFIRI *)destinationIRI
77 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
79- (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
An exception indicating that creating a link failed.
Definition OFLinkItemFailedException.h:32
OFIRI * sourceIRI
An IRI with the source for the link.
Definition OFLinkItemFailedException.h:41
OFIRI * destinationIRI
An IRI with the destination for the link.
Definition OFLinkItemFailedException.h:46
int errNo
The errno of the error that occurred.
Definition OFLinkItemFailedException.h:51
instancetype init()
Initializes an already allocated object.
Definition OFObject.m:696