16 #import "OFBindSocketFailedException.h" 18 OF_ASSUME_NONNULL_BEGIN
27 OF_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:32
A class for handling strings.
Definition: OFString.h:134
An exception indicating that binding a UNIX socket failed.
Definition: OFBindUNIXSocketFailedException.h:28
OFString * path
The path on which binding failed.
Definition: OFBindUNIXSocketFailedException.h:36