Lightstreamer iOS Client 1.2.6
Native iOS Client library for Lightstreamer
Public Member Functions | Static Public Member Functions

LSException Class Reference

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

#import <LSException.h>

Inheritance diagram for LSException:
LSPushConnectionException LSPushServerException LSPushUpdateException

List of all members.

Public Member Functions

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

Static Public Member Functions

(void) + raiseWithName:reason:
 Creates and raises an LSException object with specified parameters.

Detailed Description

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

May be thrown when a more specific exception would not apply.


Member Function 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.
+ (void) raiseWithName: (NSString *)  name
reason: (NSString *)  reason
,   ... 

Creates and raises an LSException object with specified parameters.

Parameters:
nameSpecific name of the exception.
reasonReason of the exception.

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