16#import "OFException.h"
18OF_ASSUME_NONNULL_BEGIN
36@property (readonly, nonatomic)
OFString *entityName;
44+ (instancetype)exceptionWithEntityName: (
OFString *)entityName;
46+ (instancetype)exception OF_UNAVAILABLE;
54- (instancetype)initWithEntityName: (
OFString *)entityName
55 OF_DESIGNATED_INITIALIZER;
57- (instancetype)init OF_UNAVAILABLE;
The base class for all exceptions in ObjFW.
Definition OFException.h:151
A class for handling strings.
Definition OFString.h:135
An exception indicating that a parser encountered an unknown XML entity.
Definition OFUnknownXMLEntityException.h:28