Lightstreamer macOS Client  1.2.5
Native macOS Client library for Lightstreamer
Instance Methods | Class Methods | List of all members
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

Instance Methods

(id) - initWithReason:
 Initializes an LSPushUpdateException object with specified parameters. More...
 
(id) - initWithReason:arguments:
 Initializes an LSPushUpdateException object with specified parameters. More...
 
- Instance Methods inherited from LSException
(id) - initWithName:reason:
 Initializes an LSException object with specified parameters. More...
 
(id) - initWithName:reason:arguments:
 Initializes an LSException object with specified parameters. More...
 

Class Methods

(LSPushUpdateException *) + updateExceptionWithReason:
 Creates and raises an LSPushUpdateException object with specified parameters. More...
 

Detailed Description

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

Method 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.
+ (LSPushUpdateException *) updateExceptionWithReason: (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: