22OF_ASSUME_NONNULL_BEGIN
44@property (readonly, nonatomic)
size_t line;
53+ (instancetype)exceptionWithString: (nullable
OFString *)string
56+ (instancetype)exception OF_UNAVAILABLE;
65- (instancetype)initWithString: (nullable
OFString *)string
66 line: (
size_t)line OF_DESIGNATED_INITIALIZER;
68- (instancetype)init OF_UNAVAILABLE;
The base class for all exceptions in ObjFW.
Definition OFException.h:157
An exception indicating a JSON representation is invalid.
Definition OFInvalidJSONException.h:30
OFString * string
The string containing the invalid JSON representation.
Definition OFInvalidJSONException.h:39
A class for handling strings.
Definition OFString.h:143