16 #import "OFException.h"
18 OF_ASSUME_NONNULL_BEGIN
38 @property (readonly, nonatomic)
OFString *
namespace;
40 @property (readonly, nonatomic, getter=
namespace)
OFString *namespace_;
48 + (instancetype)exception OF_UNAVAILABLE;
57 + (instancetype)exceptionWithNamespace: (
OFString *)namespace_
60 - (instancetype)init OF_UNAVAILABLE;
69 - (instancetype)initWithNamespace: (
OFString *)namespace_
71 OF_DESIGNATED_INITIALIZER;
The base class for all exceptions in ObjFW.
Definition: OFException.h:147
A class for handling strings.
Definition: OFString.h:132
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