22OF_ASSUME_NONNULL_BEGIN
33 OFIRI *_Nullable _IRI;
43@property OF_NULLABLE_PROPERTY (readonly, nonatomic)
OFIRI *
IRI;
48@property OF_NULLABLE_PROPERTY (readonly, nonatomic)
OFString *
path;
53@property OF_NULLABLE_PROPERTY (readonly, nonatomic)
OFString *
mode;
58@property (readonly, nonatomic)
int errNo;
68+ (instancetype)exceptionWithIRI: (
OFIRI *)IRI
80+ (instancetype)exceptionWithPath: (
OFString *)path
84+ (instancetype)exception OF_UNAVAILABLE;
94- (instancetype)initWithIRI: (
OFIRI *)IRI
106- (instancetype)initWithPath: (
OFString *)path
110- (instancetype)init OF_UNAVAILABLE;
The base class for all exceptions in ObjFW.
Definition OFException.h:157
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 an item could not be opened.
Definition OFOpenItemFailedException.h:32
OFString * path
The path of the item which could not be opened.
Definition OFOpenItemFailedException.h:48
OFString * mode
The mode in which the item should have been opened.
Definition OFOpenItemFailedException.h:53
OFIRI * IRI
The IRI of the item which could not be opened.
Definition OFOpenItemFailedException.h:43
A class for handling strings.
Definition OFString.h:143