Lightstreamer iOS Client  1.4.5
Native iOS Client library for Lightstreamer
Instance Methods | List of all members
LSException Class Reference

The LSException class is the base class of all Lightstreamer client exceptions. More...

#import <LSException.h>

Inheritance diagram for LSException:
LSPushClientException LSPushConnectionException LSPushServerException LSPushUpdateException

Instance Methods

(id) - initWithName:reason:
 Initializes an LSException object with specified parameters. More...
 
(id) - initWithName:reason:arguments:
 Initializes an LSException object with specified parameters. More...
 

Detailed Description

The LSException class is the base class of all Lightstreamer client exceptions.

It is never thrown.

Method Documentation

- (id) initWithName: (NSString *)  name
reason: (NSString *)  reason
,   ... 

Initializes an LSException object with specified parameters.

Parameters
nameSpecific name of the exception.
reasonReason of the exception.
Returns
The LSException object.
- (id) initWithName: (NSString *)  name
reason: (NSString *)  reason
arguments: (va_list)  arguments 

Initializes an LSException object with specified parameters.

Parameters
nameSpecific name of the exception.
reasonReason of the exception.
argumentsVariable argument list of parameters.
Returns
The LSException object.

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