20 #import "OFException.h" 22 OF_ASSUME_NONNULL_BEGIN
42 @property (readonly, nonatomic)
OFString *prefix;
56 + (instancetype)exceptionWithPrefix: (
OFString *)prefix
59 + (instancetype)exception OF_UNAVAILABLE;
68 - (instancetype)initWithPrefix: (
OFString *)prefix
69 parser: (
OFXMLParser *)parser OF_DESIGNATED_INITIALIZER;
71 - (instancetype)init OF_UNAVAILABLE;
A class for handling strings.
Definition: OFString.h:138
The base class for all exceptions in ObjFW.
Definition: OFException.h:154
An event-based XML parser.
Definition: OFXMLParser.h:134
An exception indicating an attempt to use an unbound prefix.
Definition: OFUnboundPrefixException.h:32