16 #import "OFException.h"
18 OF_ASSUME_NONNULL_BEGIN
37 @property (readonly, nonatomic)
OFString *prefix;
44 + (instancetype)exception OF_UNAVAILABLE;
53 + (instancetype)exceptionWithPrefix: (
OFString *)prefix
56 - (instancetype)init OF_UNAVAILABLE;
65 - (instancetype)initWithPrefix: (
OFString *)prefix
66 parser: (
OFXMLParser *)parser 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 prefix.
Definition: OFUnboundPrefixException.h:29
An event-based XML parser.
Definition: OFXMLParser.h:129