22 OF_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;
A class for handling strings.
Definition: OFString.h:142
The base class for all exceptions in ObjFW.
Definition: OFException.h:156
An exception indicating that a checksum did not match.
Definition: OFChecksumMismatchException.h:30