20 #import "OFException.h"
22 OF_ASSUME_NONNULL_BEGIN
44 @property (readonly, nonatomic)
OFIRI *IRI;
49 @property (readonly, nonatomic)
OFString *target;
54 @property (readonly, nonatomic)
int errNo;
64 + (instancetype)exceptionWithIRI: (
OFIRI *)IRI
68 + (instancetype)exception OF_UNAVAILABLE;
79 - (instancetype)initWithIRI: (
OFIRI *)IRI
81 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
83 - (instancetype)init OF_UNAVAILABLE;
An exception indicating that creating a symbolic link failed.
Definition: OFCreateSymbolicLinkFailedException.h:34
The base class for all exceptions in ObjFW.
Definition: OFException.h:155
A class for representing IRIs, URIs, URLs and URNs, for parsing them as well as accessing parts of th...
Definition: OFIRI.h:41
A class for handling strings.
Definition: OFString.h:139