Lightstreamer macOS Client
1.2.5
Native macOS Client library for Lightstreamer
|
The LSPushClientException class incapsulates exceptions thrown due to client-side problems, such as invalid parameters for a request. More...
#import <LSPushClientException.h>
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... | |
The LSPushClientException class incapsulates exceptions thrown due to client-side problems, such as invalid parameters for a request.
+ (LSPushClientException *) clientExceptionWithReason: | (NSString *) | reason | |
, | ... | ||
Creates and raises an LSPushClientException object with specified parameters.
reason | Reason of the exception. |
- (id) initWithReason: | (NSString *) | reason | |
, | ... | ||
Initializes an LSPushClientException object with specified parameters.
reason | Reason of the exception. |
- (id) initWithReason: | (NSString *) | reason | |
arguments: | (va_list) | arguments | |
Initializes an LSPushClientException object with specified parameters.
reason | Reason of the exception. |
arguments | Variable argument list of parameters. |