ObjFW
 All Classes Functions Variables
List of all members
OFReadFailedException Class Reference

An exception indicating a read on a stream failed. More...

#import <OFReadFailedException.h>

Inheritance diagram for OFReadFailedException:
OFReadOrWriteFailedException OFException OFObject <OFObject>

Additional Inherited Members

- Instance Methods inherited from OFReadOrWriteFailedException
(id) - initWithClass:stream:requestedLength:
 Initializes an already allocated read or write failed exception.
 
(OFStream *) - stream
 Returns the stream which caused the read or write failed exception.
 
(size_t) - requestedLength
 Returns the requested length of the data that couldn't be read / written.
 
(int) - errNo
 Returns the errno from when the exception was created.
 
- Class Methods inherited from OFReadOrWriteFailedException
(instancetype) + exceptionWithClass:stream:requestedLength:
 Creates a new, autoreleased read or write failed exception.
 

Detailed Description

An exception indicating a read on a stream failed.


The documentation for this class was generated from the following file: