Arguments for an unhandled exception. More...
Instance Methods | |
| (NSException *) | - exception |
| Gets the unhandled exception. More... | |
| (bool) | - handled |
| Gets whether the exception has been appropriately handled. More... | |
| (instancetype) | - initWithException: |
| Initializes a new instance of the FMLiveSwitchUnhandledExceptionArgs class. More... | |
| (void) | - setHandled: |
| Sets whether the exception has been appropriately handled. More... | |
Class Methods | |
| (FMLiveSwitchUnhandledExceptionArgs *) | + unhandledExceptionArgsWithException: |
| Initializes a new instance of the FMLiveSwitchUnhandledExceptionArgs class. More... | |
Arguments for an unhandled exception.
| - (NSException*) exception |
Gets the unhandled exception.
| - (bool) handled |
Gets whether the exception has been appropriately handled.
If set to true, then the exception will not be thrown.
| - (instancetype) initWithException: | (NSException *) | exception |
Initializes a new instance of the FMLiveSwitchUnhandledExceptionArgs class.
| exception | The exception. |
| - (void) setHandled: | (bool) | value |
Sets whether the exception has been appropriately handled.
If set to true, then the exception will not be thrown.
| + (FMLiveSwitchUnhandledExceptionArgs*) unhandledExceptionArgsWithException: | (NSException *) | exception |
Initializes a new instance of the FMLiveSwitchUnhandledExceptionArgs class.
| exception | The exception. |