20 #import "OFException.h" 22 OF_ASSUME_NONNULL_BEGIN
34 OFIRI *_sourceIRI, *_destinationIRI;
42 @property (readonly, nonatomic)
OFIRI *sourceIRI;
47 @property (readonly, nonatomic)
OFIRI *destinationIRI;
52 @property (readonly, nonatomic)
int errNo;
62 + (instancetype)exceptionWithSourceIRI: (
OFIRI *)sourceIRI
63 destinationIRI: (
OFIRI *)destinationIRI
66 + (instancetype)exception OF_UNAVAILABLE;
76 - (instancetype)initWithSourceIRI: (
OFIRI*)sourceIRI
77 destinationIRI: (
OFIRI *)destinationIRI
78 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
80 - (instancetype)init OF_UNAVAILABLE;
An exception indicating that creating a link failed.
Definition: OFLinkItemFailedException.h:32
A class for representing IRIs, URIs, URLs and URNs, for parsing them as well as accessing parts of th...
Definition: OFIRI.h:39
The base class for all exceptions in ObjFW.
Definition: OFException.h:154