Lightstreamer macOS Client  1.2.5
Native macOS Client library for Lightstreamer
Instance Methods | Class Methods | List of all members
LSPushClientException Class Reference

The LSPushClientException class incapsulates exceptions thrown due to client-side problems, such as invalid parameters for a request. More...

#import <LSPushClientException.h>

Inheritance diagram for LSPushClientException:
LSException

Instance Methods

(id) - initWithReason:
 Initializes an LSPushClientException object with specified parameters. More...
 
(id) - initWithReason:arguments:
 Initializes an LSPushClientException 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

(LSPushClientException *) + clientExceptionWithReason:
 Creates and raises an LSPushClientException object with specified parameters. More...
 

Detailed Description

The LSPushClientException class incapsulates exceptions thrown due to client-side problems, such as invalid parameters for a request.

Method Documentation

+ (LSPushClientException *) clientExceptionWithReason: (NSString *)  reason
,   ... 

Creates and raises an LSPushClientException object with specified parameters.

Parameters
reasonReason of the exception.
Returns
The LSPushClientException object.
- (id) initWithReason: (NSString *)  reason
,   ... 

Initializes an LSPushClientException object with specified parameters.

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

Initializes an LSPushClientException object with specified parameters.

Parameters
reasonReason of the exception.
argumentsVariable argument list of parameters.
Returns
The LSPushClientException object.

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