22OF_ASSUME_NONNULL_BEGIN
32 OFString *_actualChecksum, *_expectedChecksum;
39@property (readonly, nonatomic)
OFString *actualChecksum;
44@property (readonly, nonatomic)
OFString *expectedChecksum;
46+ (instancetype)exception OF_UNAVAILABLE;
55+ (instancetype)exceptionWithActualChecksum: (
OFString *)actualChecksum
56 expectedChecksum: (
OFString *)expectedChecksum;
58- (instancetype)init OF_UNAVAILABLE;
67- (instancetype)initWithActualChecksum: (
OFString *)actualChecksum
68 expectedChecksum: (
OFString *)expectedChecksum
69 OF_DESIGNATED_INITIALIZER;
An exception indicating that a checksum did not match.
Definition OFChecksumMismatchException.h:31
The base class for all exceptions in ObjFW.
Definition OFException.h:157
A class for handling strings.
Definition OFString.h:143