22OF_ASSUME_NONNULL_BEGIN
48+ (instancetype)exceptionWithEntityName: (
OFString *)entityName;
58- (instancetype)initWithEntityName: (
OFString *)entityName
59 OF_DESIGNATED_INITIALIZER;
61- (instancetype)
init OF_UNAVAILABLE;
The base class for all exceptions in ObjFW.
Definition OFException.h:157
instancetype exception()
Creates a new, autoreleased exception.
Definition OFException.m:283
instancetype init()
Initializes an already allocated object.
Definition OFObject.m:696
A class for handling strings.
Definition OFString.h:143
An exception indicating that a parser encountered an unknown XML entity.
Definition OFUnknownXMLEntityException.h:32
OFString * entityName
The name of the unknown XML entity.
Definition OFUnknownXMLEntityException.h:40