Mobile API Reference
MicroStrategy 2019
|
#import <MSTRException.h>
Instance Methods | |
(MSTRException *) | - initWithErrorDetails: |
(ErrorDetails *) | - errorDetails |
(void) | - log |
MSTRException is the generic class to represent an exception in MicroStrategyMobileSDK. Application code can throw and catch this kind of exceptions when something unexpected happens.
- (ErrorDetails*) errorDetails |
Get ErrorDetails from MSTRException
- (MSTRException*) initWithErrorDetails: | (ErrorDetails *) | details |
Initializer with ErrorDetails
details | the ErrorDetails used to create the MSTRException |
- (void) log |
Send the string representation of MSTRError to standard output.