Lightstreamer macOS Client
1.2.5
Native macOS Client library for Lightstreamer
|
The LSException class is the base class of all Lightstreamer client exceptions. More...
#import <LSException.h>
Instance Methods | |
(id) | - initWithName:reason: |
Initializes an LSException object with specified parameters. More... | |
(id) | - initWithName:reason:arguments: |
Initializes an LSException object with specified parameters. More... | |
The LSException class is the base class of all Lightstreamer client exceptions.
It is never thrown.
- (id) initWithName: | (NSString *) | name | |
reason: | (NSString *) | reason | |
, | ... | ||
Initializes an LSException object with specified parameters.
name | Specific name of the exception. |
reason | Reason of the exception. |
- (id) initWithName: | (NSString *) | name | |
reason: | (NSString *) | reason | |
arguments: | (va_list) | arguments | |
Initializes an LSException object with specified parameters.
name | Specific name of the exception. |
reason | Reason of the exception. |
arguments | Variable argument list of parameters. |