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 Sun Apr 22 15:12:39 2007, © 2004-2007 Will Mason
SourceForge.net Logo