ObjectiveLib  1.0.0
Variables
Exception.h File Reference

Constants used for the naems of exceptions that ObjectiveLib can raise. More...

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.

Detailed Description

Constants used for the naems of exceptions that ObjectiveLib can raise.


Variable Documentation

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.


ObjectiveLibGenerated Sat Feb 15 2014 07:45:33, © 2004-2007 Will Mason