16 #import "OFException.h"
18 OF_ASSUME_NONNULL_BEGIN
35 @property (readonly, nonatomic)
OFString *entityName;
43 + (instancetype)exceptionWithEntityName: (
OFString *)entityName;
45 - (instancetype)init OF_UNAVAILABLE;
53 - (instancetype)initWithEntityName: (
OFString *)entityName
54 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 that a parser encountered an unknown XML entity.
Definition: OFUnknownXMLEntityException.h:28