16#import "OFException.h"
18OF_ASSUME_NONNULL_BEGIN
39@property (readonly, nonatomic)
OFString *
namespace;
41@property (readonly, nonatomic, getter=
namespace)
OFString *nameSpace;
56+ (instancetype)exceptionWithNamespace: (
OFString *)nameSpace
59+ (instancetype)exception OF_UNAVAILABLE;
68- (instancetype)initWithNamespace: (
OFString *)nameSpace
70 OF_DESIGNATED_INITIALIZER;
72- (instancetype)init OF_UNAVAILABLE;
The base class for all exceptions in ObjFW.
Definition OFException.h:151
A class for handling strings.
Definition OFString.h:135
An exception indicating an attempt to use an unbound namespace.
Definition OFUnboundNamespaceException.h:29
A class which stores an XML element.
Definition OFXMLElement.h:34