22OF_ASSUME_NONNULL_BEGIN
53@property (readonly, nonatomic)
int errNo;
63+ (instancetype)exceptionWithIRI: (
OFIRI *)IRI
78- (instancetype)initWithIRI: (
OFIRI *)IRI
80 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
82- (instancetype)
init OF_UNAVAILABLE;
An exception indicating that creating a symbolic link failed.
Definition OFCreateSymbolicLinkFailedException.h:33
OFIRI * IRI
The IRI at which the symbolic link should have been created.
Definition OFCreateSymbolicLinkFailedException.h:43
int errNo
The errno of the error that occurred.
Definition OFCreateSymbolicLinkFailedException.h:53
OFString * target
The target for the symbolic link.
Definition OFCreateSymbolicLinkFailedException.h:48
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
A class for handling strings.
Definition OFString.h:143