22 OF_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;
113 OF_ASSUME_NONNULL_END
A class for handling strings.
Definition: OFString.h:142
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:156
An exception indicating an item could not be opened.
Definition: OFOpenItemFailedException.h:31