22OF_ASSUME_NONNULL_BEGIN
41@property (readonly, nonatomic)
OFString *prefix;
55+ (instancetype)exceptionWithPrefix: (
OFString *)prefix
58+ (instancetype)exception OF_UNAVAILABLE;
67- (instancetype)initWithPrefix: (
OFString *)prefix
68 parser: (
OFXMLParser *)parser OF_DESIGNATED_INITIALIZER;
70- (instancetype)init OF_UNAVAILABLE;
The base class for all exceptions in ObjFW.
Definition OFException.h:157
A class for handling strings.
Definition OFString.h:143
An exception indicating an attempt to use an unbound prefix.
Definition OFUnboundPrefixException.h:32
An event-based XML parser.
Definition OFXMLParser.h:135