16#import "OFException.h"
18OF_ASSUME_NONNULL_BEGIN
30 OFIRI *_sourceIRI, *_destinationIRI;
38@property (readonly, nonatomic)
OFIRI *sourceIRI;
43@property (readonly, nonatomic)
OFIRI *destinationIRI;
48@property (readonly, nonatomic)
int errNo;
58+ (instancetype)exceptionWithSourceIRI: (
OFIRI *)sourceIRI
59 destinationIRI: (
OFIRI *)destinationIRI
62+ (instancetype)exception OF_UNAVAILABLE;
72- (instancetype)initWithSourceIRI: (
OFIRI *)sourceIRI
73 destinationIRI: (
OFIRI *)destinationIRI
74 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
76- (instancetype)init OF_UNAVAILABLE;
The base class for all exceptions in ObjFW.
Definition OFException.h:151
A class for representing IRIs, URIs, URLs and URNs, for parsing them as well as accessing parts of th...
Definition OFIRI.h:37
An exception indicating that moving an item failed.
Definition OFMoveItemFailedException.h:29