16#import "OFBindSocketFailedException.h"
18OF_ASSUME_NONNULL_BEGIN
27OF_SUBCLASSING_RESTRICTED
36@property OF_NULLABLE_PROPERTY (readonly, nonatomic)
OFString *path;
46+ (instancetype)exceptionWithPath: (nullable
OFString *)path
50+ (instancetype)exceptionWithSocket: (
id)socket
51 errNo: (
int)errNo OF_UNAVAILABLE;
61- (instancetype)initWithPath: (nullable
OFString *)path
63 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
65- (instancetype)initWithSocket: (
id)socket errNo: (
int)errNo OF_UNAVAILABLE;
An exception indicating that binding a socket failed.
Definition OFBindSocketFailedException.h:33
An exception indicating that binding a UNIX socket failed.
Definition OFBindUNIXSocketFailedException.h:29
A class for handling strings.
Definition OFString.h:135