Lightstreamer OS X Client 1.0.4
Native OS X Client library for Lightstreamer
Public Member Functions | Static Public Member Functions

LSPushUpdateException Class Reference

The LSPushUpdateException class incapsulates exceptions thrown due to unexpected or wrong data updates received from the Server. More...

#import <LSPushUpdateException.h>

Inheritance diagram for LSPushUpdateException:
LSException

List of all members.

Public Member Functions

(id) - initWithReason:
 Initializes an LSPushUpdateException object with specified parameters.
(id) - initWithReason:arguments:
 Initializes an LSPushUpdateException object with specified parameters.

Static Public Member Functions

(void) + raiseWithReason:
 Creates and raises an LSPushUpdateException object with specified parameters.

Detailed Description

The LSPushUpdateException class incapsulates exceptions thrown due to unexpected or wrong data updates received from the Server.


Member Function Documentation

- (id) initWithReason: (NSString *)  reason
,   ... 

Initializes an LSPushUpdateException object with specified parameters.

Parameters:
reasonReason of the exception.
Returns:
The LSPushUpdateException object.
- (id) initWithReason: (NSString *)  reason
arguments: (va_list)  arguments 

Initializes an LSPushUpdateException object with specified parameters.

Parameters:
reasonReason of the exception.
argumentsVariable argument list of parameters.
Returns:
The LSPushUpdateException object.
+ (void) raiseWithReason: (NSString *)  reason
,   ... 

Creates and raises an LSPushUpdateException object with specified parameters.

Parameters:
reasonReason of the exception.
Returns:
The LSPushUpdateException object.

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