20#import "OFBindSocketFailedException.h"
22OF_ASSUME_NONNULL_BEGIN
30OF_SUBCLASSING_RESTRICTED
39@property OF_NULLABLE_PROPERTY (readonly, nonatomic)
OFString *path;
49+ (instancetype)exceptionWithPath: (nullable
OFString *)path
53+ (instancetype)exceptionWithSocket: (
id)socket
54 errNo: (
int)errNo OF_UNAVAILABLE;
64- (instancetype)initWithPath: (nullable
OFString *)path
66 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
68- (instancetype)initWithSocket: (
id)socket errNo: (
int)errNo OF_UNAVAILABLE;
An exception indicating that binding a socket failed.
Definition OFBindSocketFailedException.h:37
An exception indicating that binding a UNIX socket failed.
Definition OFBindUNIXSocketFailedException.h:32
A class for handling strings.
Definition OFString.h:143