Go to the source code of this file.
Variables | |
NSString *const | OLClassNotFoundException |
The name of the exception raised when a class in the stream could not be found. | |
NSString *const | OLEndOfStreamException |
The name of the exception raised when the end of a stream is reached. | |
NSString *const | OLInputOutputException |
The name of the exception raised when an I/O error occurs. | |
NSString *const | OLSocketException |
The name of the exception raised when an error occurs during a socket operation. |
NSString* const OLClassNotFoundException |
The name of the exception raised when a class in the stream could not be found.
NSString* const OLEndOfStreamException |
The name of the exception raised when the end of a stream is reached.
NSString* const OLInputOutputException |
The name of the exception raised when an I/O error occurs.
NSString* const OLSocketException |
The name of the exception raised when an error occurs during a socket operation.
|