20 #import "OFException.h" 22 OF_ASSUME_NONNULL_BEGIN
36 OFIRI *_Nullable _IRI;
43 @property OF_NULLABLE_PROPERTY (readonly, nonatomic)
OFIRI *
IRI;
51 + (instancetype)exceptionWithIRI: (nullable
OFIRI*)IRI;
59 - (instancetype)initWithIRI: (nullable
OFIRI*)IRI OF_DESIGNATED_INITIALIZER;
An exception indicating that the protocol specified by the IRI is not supported.
Definition: OFUnsupportedProtocolException.h:34
OFIRI * IRI
The IRI whose protocol is unsupported.
Definition: OFUnsupportedProtocolException.h:43
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:154